Gambas

Gambas
Gambas Logo
Gambas Logo
Gambas 3 Logo
Gambas 3 Logo
Gambas 2 Logo
Gambas 2 Logo
Gambas 3.3.4 running on Fedora 16 with Xfce
Designed byBenoît Minisini
First appeared1999; 25 years ago (1999)
Stable release
3.19.2 / May 28, 2024; 2 months ago (2024-05-28)[1]
OSLinux, FreeBSD; versions for
Mac OS X[2] and Haiku[3] drafted; Microsoft Windows through Cygwin and WSL
LicenseGNU GPLv2+
Websitehttp://gambas.sourceforge.net
Influenced by
Visual Basic, Java[4]

Gambas is the name of an object-oriented dialect of the BASIC programming language, as well as the integrated development environment that accompanies it.[5] Designed to run on Linux and other Unix-like computer operating systems,[6] its name is a recursive acronym for Gambas Almost Means Basic. Gambas is also the word for prawns in the Spanish, French, and Portuguese languages, from which the project's logos are derived.

History

Gambas 1.0.15 running from KDE

Gambas was developed by the French programmer Benoît Minisini, with its first release coming in 1999. Benoît had grown up with the BASIC language, and decided to make a free software development environment that could quickly and easily make programs with user interfaces.[4]

The Gambas 1.x versions were first released on January 4, 2005,[7] and featured an interface made up of several different separate windows for forms and IDE dialogues in a similar fashion to the interface of earlier versions of the GIMP. It could also only develop applications using Qt and was more oriented towards the development of applications for KDE.[8] The last release of the 1.x versions was Gambas 1.0.19.

Gambas 2.7 with Russian interface

The first of the 2.x versions was released on January 2, 2008, after three to four years of development. It featured a major redesign of the interface, now with all forms and functions embedded in a single window, as well as some changes to the Gambas syntax, although for the most part code compatibility was kept. It featured major updates to existing Gambas components as well as the addition of some new ones, such as new components that could use GTK+ or SDL for drawing or utilize OpenGL acceleration. Gambas 2.x versions can load up and run Gambas 1.x projects, with occasional incompatibilities; the same is true for Gambas 2.x to 3.x, but not from Gambas 1.x to 3.x.

The next major iteration of Gambas, the 3.x versions, was released on December 31, 2011.[9] A 2015 benchmark published on the Gambas website showed Gambas 3.8.90 scripting as being faster to varying degrees than Perl 5.20.2 and the then-latest 2.7.10 version of Python in many tests.[10] Version 3.16.0 released on April 20, 2021, featured full support for Wayland using the graphical components, as well as parity between the Qt 5 and GTK 3 components.[11]

Features

Gambas 2.7.0 running on Fedora Linux with Blackbox

Gambas is designed to build graphical programs using the Qt (currently Qt 4.x or 5.x since 3.8.0) or the GTK toolkit (GTK 3.x also supported as of 3.6.0); the Gambas IDE is written in Gambas.[12][13] Gambas includes a GUI designer to aid in creating user interfaces in an event-driven style,[14] but can also make command line applications,[15] as well as text-based user interfaces using the ncurses toolkit.[16] The Gambas runtime environment is needed to run executables.

Functionality is provided by a variety of components, each of which can be selected to provide additional features.[17] Drawing can be provided either through Qt and GTK toolkits, with an additional component which is designed to switch between them.[18] Drawing can also be provided through the Simple DirectMedia Layer (originally version 1.x, with 2.x added as of 3.7.0),[19] which can also be utilized for audio playback through a separate sound component (a component for the OpenAL specification has also been added). GPU acceleration support is available through an OpenGL component, as well as other hardware functionally provided by various other components.[18] There are also components for handling other specialized tasks.[17]

One of the examples running inside Gambas 3 IDE
Game: Stars War made in Gambas3

With Gambas, developers can also use databases such as MySQL or PostgreSQL, build KDE (Qt) and GNOME GTK applications with DCOP, translate Visual Basic programs to Gambas and run them under Linux, build network solutions, and create CGI web applications. The IDE also includes a tool for the creation of installation packages, supporting GNU Autotools, slackpkg, pacman, RPM, and debs (the latter two then tailored for specific distributions such as Fedora/RHEL/CentOS, Mageia, Mandriva, OpenSUSE and Debian, Ubuntu/Mint). Support for AppImage building was mainlined with version 3.19.0.

Gambas since version 3.2 IDE has integrated profiler and it started to use just-in-time compilation technology.

Differences from Visual Basic

Gambas is intended to provide a similar experience as developing in Microsoft Visual Basic, but it is not a free software clone of the popular proprietary program.[20][21] The author of Gambas makes it clear that there are similarities to Visual Basic, such as syntax for BASIC programs and the integrated development environment; Gambas was written from the start to be a development environment of its own and seeks to improve on the formula.[22][23][24]

Its object model, each class being represented in a file, as well as the archiver to package the program is all inspired by the Java programming language.[25] Gambas is intended to be an alternative for former Visual Basic developers who have decided to migrate to Linux. There are also other important distinctions between Gambas and Visual Basic. One notable example is that in Gambas array indexes always start with 0, whereas Visual Basic indexes can start with 0 or 1.[26] Gambas also supports the += and -= shorthand not found in classic Visual Basic. Both of these are features of Visual Basic .NET however.

Gambas also outlived two other attempts at implementing a Visual Basic style interface for Qt and GTK on Linux,[27][28] those being HBasic[29][30] and GNOME Basic,[31][32] as well as the platform independent KBasic/Basic for Qt.[33][34] Similar style IDEs have since been developed as well for FreeBASIC, namely VisualFBEditor,[35] and QB64, namely InForm.[36]

Adoption

DONKEY.GB

Several programs and many forms of example code have been written using and for Gambas. Freecode (formerly Freshmeat) listed 23 applications that were developed using Gambas,[37] while the Gambas wiki listed 82;[38] several other specialized sites list Gambas applications and code.[39][40][41] A Gambas written application, named Gambas3 ShowCase, acted as a software center to download or install Gambas 3 applications.[42] It has since been discontinued following the launch of the first party Gambas Software Farm integrated into the IDE since 3.7.1, which contains nearly 500 applications and demos.[43][44] Several community sites, including community forums and mailing lists, also exist for Gambas.[45] A notable application written in Gambas is Xt7-player-mpv, a GUI frontend for mpv player contained in a number of Linux software repositories.[46][47][48] The comisat Games Collection are early examples of video games written in Gambas.[49]

Availability

Gambas is included in the repositories of a number of Linux distributions, such as Debian, Fedora, Slackware, Arch Linux, Mageia, PCLinuxOS, Linux Mint and Ubuntu.[50] A Microsoft Windows version of Gambas was run under the Cygwin environment, although this version was significantly less tested than its Linux counterparts and was command-line only; Cooperative Linux and derivatives have also been used,[51] as well as specialized Linux virtual machines.[52] [53] An independent contributor, François Gallo, also worked on porting Gambas 3.x to Mac OS X and FreeBSD, based on using local versions of the X11 system.[54] A build for Haiku has also been worked on by Francois Revol.[55] Gambas from version 3.2 can run on Raspberry Pi, and offers just-in-time compilation there from version 3.12. It can also be run from the cloud using rollApp.[56]

In November 2013, the future portability of Gambas was discussed, listing the main concerns being Linux kernel features utilized in the interpreter, components using Linux specific software and libraries, and primarily X11-tying in the Qt, GTK and desktop integration components. However, partly due to the need to upgrade to newer toolkits such as GTK 3 (added as of 3.6.0) and Qt 5 (as of 3.8.0), future versions would be less X11 tied, making projects like Cygwin or utterly native versions on other platforms more possible. Benoît Minisini stated that he intended to "encapsulate" X11 specific code to aid in any attempt to replace it,[57] with the X11 support in the desktop component moved to its own component as of 3.6.0.

On October 27, 2016, a screenshot and setup guide was released from the main page for running Gambas fully through Cygwin, including most components, graphical toolkits, and the complete IDE.[58][59] The relevant patches were mainlined as of version 3.9.2.[60] This replaces the prior recommended method of using freenx forwarding from a Linux server.[61] It has also been successfully run using the Windows Subsystem for Linux.[62][63] This was usually done using an X terminal emulator such Mobaxterm on Windows,[64] as WSL did not support X11 graphics directly until Windows 11.[65]

Example code

A "Hello, World!" program with graphical user interface.

Public Sub Main()
    Message("Hello, World!")
End

Program that computes a 100-term polynomial 500000 times, and repeats it ten times (used for benchmarking).

Private Sub Test(X As Float) As Float

    Dim Mu As Float = 10.0
    Dim Pu, Su As Float
    Dim I, J, N As Integer
    Dim aPoly As New Float[100]

    N = 500000

    For I = 0 To N - 1
        For J = 0 To 99
           Mu =  (Mu + 2.0) / 2.0
           aPoly[J] = Mu
        Next
        Su = 0.0
        For J = 0 To 99
            Su = X * Su + aPoly[J]
        Next
        Pu += Su
    Next

    Return Pu

End

Public Sub Main()

    Dim I as Integer

    For I = 1 To 10
        Print Test(0.2)
    Next

End

See also

References

  1. ^ "Releases · Gambas / gambas · GitLab". Retrieved 2023-11-15.
  2. ^ Gallo, François (2011-06-16). "Gambas 3 OS X". AllBASIC. Retrieved 2023-09-28.
  3. ^ djgpp (March 2021). "Gambas on Haiku?". Haiku. Retrieved 2024-02-25.
  4. ^ a b "Gambas Documentation Introduction". Gambas Website. Retrieved 2017-10-09.
  5. ^ Huges, Matthew (2015-03-03). "The BASIC Guide to GAMBAS: All You Need To Know". MakeUseOf. Retrieved 2023-02-11.
  6. ^ Upfold, Peter (2008-09-08). "Gambas — Almost Visual Basic for Linux". FOSSwire. Retrieved 2011-05-07.
  7. ^ Cook (2005-01-05). "Gambas - a BASIC Development Environment". LWN.net. Retrieved 2024-02-25.
  8. ^ "Gambas: A Fast Visual Basic for Linux". CodeFez. Archived from the original on 2009-09-09. Retrieved 2007-04-04.
  9. ^ "Gambas 3.0 for BASIC with bug and security fixes". The H. Retrieved 2012-01-05.
  10. ^ "Benchmarking". Gambas Website. Retrieved 2018-02-11.
  11. ^ "3.16.0 release notes". Gambas Website. Retrieved 2021-02-11.
  12. ^ "Frequently Asked Questions". Gambas Documentation. Retrieved 2014-11-17.
  13. ^ Larabel, Michael (2013-11-25). "The Gambas Project: It's Like Visual Basic On Linux". Phoronix. Retrieved 2024-02-25.
  14. ^ Upfold, Peter (2008-09-08). "Gambas - Almost Visual Basic for Linux". FOSSwire. Retrieved 2024-02-25.
  15. ^ Ratliff Sr., Gary L. (October 2008). "An Alphabet of Computer Languages: BASIC". PCLinuxOS Magazine. Retrieved 2024-02-25.
  16. ^ Dee, Steve (2017-03-27). "Gambas cli programming: ncurses text based user interface". Captain Bogdit. Retrieved 2023-04-15.
  17. ^ a b Fernandez, Daniel (2004-11-11). "Regarding Gambas". OSNews. Retrieved 2011-05-07.
  18. ^ a b "Gambas RAD". Linux.co.uk. Archived from the original on 2011-08-29. Retrieved 2011-05-07.
  19. ^ "Why a new SDL component?". Gambas Mailing List. Archived from the original on 2015-02-09. Retrieved 2015-02-09.
  20. ^ Allen Holm, Joshua (2014-04-24). "BASIC programming with Gambas for the beginner programmer". Opensource.com. Retrieved 2023-04-05.
  21. ^ Akbar, Ade Malsasa (2022-01-28). "Alternatives to Visual Basic". Ubuntu Buzz. Retrieved 2024-03-10.
  22. ^ Mark Alexander Bain (2008-08-28). "Gambas -- Almost Visual Basic on Linux". Suite101.
  23. ^ Frank Wieduwilt (October 2008). "Programming with the Gambas Basic IDE". Linux Pro Magazine. Retrieved 2011-12-10.
  24. ^ AWC Electronics. "Physical Computing with Linux: A Rapid Approach using Gambas". Retrieved 2012-02-18.
  25. ^ Emms, Steve (2023-11-11). "Gambas – development environment and a full powerful development platform". LinuxLinks. Retrieved 2024-02-25.
  26. ^ "Differences from Visual Basic". Gambas Website. Retrieved 2020-05-01.
  27. ^ "HBasic – Menghadirkan VB di Linux". 2005-12-06. Retrieved 2023-09-26.
  28. ^ "BASIC for Linux". Fredshack. Retrieved 2023-09-26.
  29. ^ "HBasic IDE and language". SourceForge. 2007-01-16. Retrieved 2023-09-26.
  30. ^ Macoratti, José Carlos. "VB para Linux". Macoratti.net. Retrieved 2023-09-26.
  31. ^ "GB - Basic for GNOME". GNOME. Archived from the original on 2005-02-05. Retrieved 2023-09-26.
  32. ^ Perr, John (2003-01-01). "BASIC programming with Unix". LinuxFocus. Retrieved 2023-09-26.
  33. ^ "KBasic: A VB-Like Rad/IDE For KDE". KDE.news. 29 September 2000. Retrieved 2023-09-27.
  34. ^ Tranter, Jeff (2015-08-19). "Using Qt with Alternative Programming Languages - Part 1". Integrated Computer Solutions. Retrieved 2024-02-25.
  35. ^ Speed, Richard (2022-05-06). "RAD Basic – the Visual Basic 7 that never was – releases third alpha". The Register. Retrieved 2023-03-26. FreeBASIC, which implements much of what lurked in Microsoft QuickBASIC (and has a nifty IDE in the form of VisualFBEditor).
  36. ^ Rogoz, Ivan (2022-04-07). "Blast from the past - QBasic 4.5". Barn Lab. Retrieved 2023-09-26. QB64 comes with a WYSIWYG IDE editor called InForm which brings it closer to everyday use as a quick and dirty language for automation for Windows.
  37. ^ "23 projects tagged "Gambas"". Freshmeat. Archived from the original on 2013-09-28. Retrieved 2012-10-28.
  38. ^ "Application Repository". Gambas. Archived from the original on 2019-10-26. Retrieved 2020-05-01.
  39. ^ "GAMBAS BASIC Web site". GAMBAS BASIC. Archived from the original on 2011-05-12. Retrieved 2011-05-07.
  40. ^ "Gambas Examples". Piga Software. Retrieved 2011-05-07.
  41. ^ Gambas games - Libregamewiki
  42. ^ "Gambas3 ShowCase". gbWilly. Archived from the original on 2016-01-10. Retrieved 2013-09-22.
  43. ^ Gambas Farm
  44. ^ Gambas Farm Server Protocol - Gambas Documentation
  45. ^ "Mailing Lists & Forums". Gambas Web site. Archived from the original on 2021-03-01. Retrieved 2021-04-04.
  46. ^ xt7-player-mpv - linux-APPS.com
  47. ^ XT7-Player – Best Video Player for Kubuntu / KDE - Ubuntu Handbook
  48. ^ Xt7-Player Is A Fully Featured Mplayer GUI - Web Upd8
  49. ^ "comisat Games Collection 0.5.2 review". Nixbit. Retrieved 2023-02-08.
  50. ^ Buse, Jarret W. (2014-08-18). "GAMBAS Overview". Linux.org. Retrieved 2024-02-25.
  51. ^ Gambas on Windows - Alternative
  52. ^ Morgan, R. (2014-06-29). "How to Run Gambas on Windows". Gambas Magazine. Archived from the original on 2016-12-10.
  53. ^ Running Gambas Programs in Windows - PigaLore, the Piga Software Wiki
  54. ^ Gallo, François. "A step forward in Gambas!". gambas-user. Archived from the original on 2017-02-10. Retrieved 2023-04-07.
  55. ^ djgpp (March 2021). "Gambas on Haiku?". Haiku. Retrieved 2024-02-25.
  56. ^ New version of Gambas 3.15.2 is already available on rollApp.
  57. ^ Gambas Future or what kind of Gambas we want Archived 2014-02-27 at the Wayback Machine, Gambas Mailing List
  58. ^ Cygwin Install Guide - Gambas Wiki
  59. ^ gambas3 package - Cygwin website
  60. ^ Morgan, R. (2014-06-29). "How to Run Gambas on Windows". Gambas Magazine. Archived from the original on 2016-04-08.
  61. ^ How To Run Gambas On Windows - Gambas Wiki
  62. ^ Dovey, John. "How to run Gambas and Gambas Apps on Windows using WSL". Gambas Wiki. Retrieved 2024-02-25.
  63. ^ Gambas on Windows, Gambas-One
  64. ^ Vasques, Daniel (2023-01-09). "How To Run Gambas In Ubuntu". Elneson-santafe. Retrieved 2023-02-11.
  65. ^ Windows 11, Gambas-One

Further reading

Read other articles:

Vladimir Gabulov With Anzhi in 2012Informasi pribadiNama lengkap Vladimir Borisovich GabulovTanggal lahir 19 Oktober 1983 (umur 40)Tempat lahir Mozdok, Soviet UnionTinggi 1,90 m (6 ft 3 in)Posisi bermain KiperInformasi klubKlub saat ini Anzhi MakhachkalaNomor 1Karier senior*Tahun Tim Tampil (Gol)1999–2000 Mozdok 33 (0)2001 Dynamo Moscow 11 (0)2001–2003 Alania Vladikavkaz 43 (0)2004–2006 CSKA Moscow 3 (0)2007–2008 Kuban Krasnodar 29 (0)2008 → Amkar Perm (pinjaman) 10…

Far-right political group in the French Third Republic League of PatriotsLigue des PatriotesEmblem by Antonin Mercié (1883)LeaderMaurice BarrèsGeorges Ernest BoulangerÉdouard de CastelnauPaul DéroulèdeHenri MartinFoundation18 May 1882; 141 years ago (1882-05-18)DissolvedJune 1939; 84 years ago (June 1939)CountryFranceMotivesLong DepressionPolitical corruptionActive regionsParis (headquarters)IdeologyFrench nationalismRevanchismAntisemitismAnti-GermanismPo…

Pour les articles homonymes, voir Milch. David MilchBiographieNaissance 23 mars 1945 (79 ans)BuffaloNationalité américaineDomicile BuffaloFormation École de droit de YaleUniversité de l'IowaNichols School (en)Trumbull College (en)Activités Scénariste, écrivain, producteur de cinéma, producteur de télévision, scénariste de télévisionEnfant Olivia Milch (d)Autres informationsA travaillé pour Université YaleDistinctions Liste détailléePrimetime Emmy Award du meilleur scénario…

Television channel This article relies excessively on references to primary sources. Please improve this article by adding secondary or tertiary sources. Find sources: Trace Sport Stars – news · newspapers · books · scholar · JSTOR (February 2017) (Learn how and when to remove this message) Television channel Trace Sports HDBroadcast areaGlobalProgrammingPicture format1080i HDTV Trace Sports or Trace Sport Stars is a global entertainment television channe…

Escuela de Química Universidad Tecnológica de Pereira Tipo Público, Centro de InvestigaciónFundación 27 de marzo de 1968 (56 años)LocalizaciónDirección A.A.: 97 Vereda La Julita (Sede Pereira)(Sede Pereira)Pereira, Colombia Campus Ciudad Universitaria de Pereira (Campus principal)AdministraciónRector Oscar Marino Mosquera MartínezPh.D. (2019Afiliaciones UniversiaConsejo Profesional de QuímicaRELAQSitio web Escuela de Química[editar datos en Wikidata] La Escuela de Quí…

artikel ini perlu dirapikan agar memenuhi standar Wikipedia. Tidak ada alasan yang diberikan. Silakan kembangkan artikel ini semampu Anda. Merapikan artikel dapat dilakukan dengan wikifikasi atau membagi artikel ke paragraf-paragraf. Jika sudah dirapikan, silakan hapus templat ini. (Pelajari cara dan kapan saatnya untuk menghapus pesan templat ini) Contoh histogram ketinggian 31 pohon Black Cherry. Pada statistik, histogram adalah tampilan grafis dari tabulasi frekuensi yang digambarkan dengan g…

Cet article est une ébauche concernant les Jeux olympiques et Israël. Vous pouvez partager vos connaissances en l’améliorant (comment ?) selon les recommandations des projets correspondants. Israël aux Jeux olympiques d'été de 2000 Code CIO ISR Lieu Australie Sydney Participation 12e Athlètes 39 dans 9 sports Porte-drapeau Rogel Nachum MédaillesRang : 71 Or0 Arg.0 Bron.1 Total1 Israël aux Jeux olympiques d'été Israël aux Jeux olympiques d'été de 1996 Israël aux Jeux ol…

This article is about the Scottish village Killearn. For Barons called Killearn, see Baron Killearn and Miles Lampson, 1st Baron Killearn. Human settlement in ScotlandKillearnScottish Gaelic: Cill Fhearann, orig. Ceann FhearannScots: Killern, orig. KynhernMain street in KillearnKillearnLocation within the Stirling council areaPopulation1,910 (mid-2020 est.)[1]OS grid referenceNS522860• Edinburgh50 mi (80 km)• London400 mi (650 km)Civi…

This article is about the private island. For the 14th-century timber-framed building, see The Little Thatch. Little ThatchLittle ThatchThe location of Little Thatch within the British Virgin IslandsShow map of British Virgin IslandsLittle ThatchLittle Thatch (Caribbean)Show map of CaribbeanGeographyLocationCaribbean SeaCoordinates18°22′53″N 64°42′58″W / 18.3815°N 64.7160°W / 18.3815; -64.7160ArchipelagoVirgin IslandsAdministrationUnited KingdomBritish Oversea…

Howie DoroughInformasi latar belakangNama lahirHoward Dwaine DoroughNama lainHowie DGenrePopPekerjaanPenyanyi, aktor, penulis laguInstrumenMenyanyi, gitarTahun aktif1993 ─ sekarangArtis terkaitBackstreet Boys Howard Dwaine Dorough Flores[1] (lahir 22 Agustus 1973), juga disebut Howie D, adalah musisi Amerika Serikat dan anggota grup musik Backstreet Boys. Howie telah berkolaborasi dengan beberapa penyanyi, seperti BoA dan Sarah Geronimo. Pranala luar Backstreet Boys Official Website Di…

Stasiun Plabuan Stasiun Plabuan dipotret tahun 2023Nama lainStasiun PelabuhanLokasiKetanggan, Gringsing, Batang, Jawa TengahIndonesiaKoordinat6°55′21″S 109°57′19″E / 6.92250°S 109.95528°E / -6.92250; 109.95528Koordinat: 6°55′21″S 109°57′19″E / 6.92250°S 109.95528°E / -6.92250; 109.95528Ketinggian+4 mOperator Kereta Api IndonesiaDaerah Operasi IV Semarang Letakkm 54+003 lintas Semarang Poncol—Tegal—Cirebon[1] Juml…

National flag This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.Find sources: Flag of Peru – news · newspapers · books · scholar · JSTOR (September 2013) (Learn how and when to remove this message) Republic of PeruBandera nacional (National flag)El pendón bicolor (The bicolor banner)La enseña nacional (The national ensign)Us…

木戶幸一第13任內大臣任期1940年6月1日—1945年11月24日前任湯淺倉平继任無(廢止) 个人资料出生1889年7月18日 日本東京都東京市逝世1977年4月6日(1977歲—04—06)(87歲) 日本東京都千代田區千代田 日語寫法日語原文木戸幸一假名きど こういち平文式罗马字Kido Kōichi 木戶幸一(1889年7月18日—1977年4月6日),日本東京人,侯爵,昭和時期政治家。 生平 早年 京都大學畢業…

Politics of Canada Government (structure) The Crown Monarch (list): Charles III Governor General (list): Mary Simon Monarchy in the provinces Lieutenant governors Royal prerogative Executive (King-in-Council) King’s Privy Council Prime minister (List of prime ministers): Justin Trudeau Cabinet (List of Canadian ministries): 29th Canadian Ministry President of the Privy Council Clerk of the Privy Council Privy Council Office Public Service Provincial and territorial executive councils Premiers …

Japanese anime television series This article is about the 2016 anime series. For the third main video game in the Danganronpa franchise, see Danganronpa V3: Killing Harmony. Danganronpa 3: The End of Hope's Peak High SchoolCover for Future (left, featuring Makoto Naegi) and Despair (featuring Hajime Hinata)ダンガンロンパ3 –The End of 希望ヶ峰学園–(Danganronpa 3: Ji Endo obu Kibōgamine Gakuen)GenreMystery,[1] horror[2]Created bySpike Chunsoft Anime televisi…

بنت النيلمعلومات عامةالصنف الفني دراماتاريخ الصدور25 أبريل 1929 (1929-04-25)اللغة الأصلية صامتالعرض سينما أميريكان كوزمو جراف بالقاهرة لمدة أسبوع واحد فقطمأخوذ عن مسرحية (إحسان بك)البلد  المملكة المصريةالطاقمالمخرج روكاعمر وصفيالكاتب محمد عبد القدوسالقصة عزيزة أميرا…

Moroccan professional footballer Marouane Hadhoudi Hadhoudi playing for Raja CA in 2012Personal informationDate of birth (1992-02-13) 13 February 1992 (age 32)Place of birth Casablanca, MoroccoHeight 1.90 m (6 ft 3 in)Position(s) Centre-backTeam informationCurrent team SabahNumber 24Youth career2003-2011 Raja CASenior career*Years Team Apps (Gls)2011-2013 Raja CA 1 (0)2012-2013 → Racing AC (loan) 19 (0)2013–2014 Chabab Rif Al Hoceima 7 (0)2014–2015 RS Berkane 3 (0)2015…

Carlos FinlayCarlos FinlayLahir(1833-12-03)3 Desember 1833Camagüey, KubaMeninggal20 Agustus 1915(1915-08-20) (umur 81)Havana, KubaKebangsaanKubaAlmamaterJefferson Medical CollegeDikenal atasPenelitian mengenai nyamuk dan demam kuning Carlos Juan Finlay (3 Desember 1833 – 20 Agustus 1915) adalah seorang dokter dan ilmuwan Kuba yang diakui sebagai pelopor dalam penelitian demam kuning. Kehidupan awal dan pendidikan Finlay lahir dengan nama Juan Carlos Finlay y Barres di Puert…

هولندا كأس العالم 1998 الاتحاد المشرف اتحاد هولندا لكرة القدم البلد المضيف  فرنسا المدرب مونديال 1994 مونديال 2002 تعديل مصدري - تعديل   هذا المقال عن مشاركة منتخب هولندا لكرة القدم في كأس العالم لكرة القدم 1998 التي نظمت في فرنسا ما بين 10 يونيو و13 يوليو 1998. التشكيلة هذه قائمة ال…

This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these template messages) This article relies excessively on references to primary sources. Please improve this article by adding secondary or tertiary sources. Find sources: ASC X12 – news · newspapers · books · scholar · JSTOR (February 2010) (Learn how and when to remove this message) This article needs additional citations fo…