Wikibin
  • Home
  • Articles
  • Search
  • Random
  • Popular
  • Browse
    • People
    • Places
    • Organizations
    • Entertainment
    • Technology
    • Science
    • Politics
    • History
    • General
  • About
  • Why Deleted

Main Menu

  • Home
  • Articles
  • Search
  • Random
  • Popular
  • Browse
    • People
    • Places
    • Organizations
    • Entertainment
    • Technology
    • Science
    • Politics
    • History
    • General
  • About
  • Why Deleted

175,427 Wikipedia Articles Preserved

When Wikipedia deletes, Wikibin preserves. Explore knowledge others thought should disappear.

175,427 Articles
260 Categories
2007 Since
Browse All Articles Random Article Why Deleted?

79,221 preserved this month

Recently added to the archive

  • Nasra Mohamoud Preserved May 9, 2026
  • TypeReader Preserved May 9, 2026
  • 2006 South Carolina Gamecocks men's Soccer Team Preserved May 9, 2026
  • Comprehensive & Robust Requirements Specification Process Preserved May 9, 2026
  • Standartenführer (Oberst) Herzog Preserved May 9, 2026
  • Seine River Steamers Preserved May 9, 2026
Articles
The Silverbird Group is one the largest entertainment companies in Nigeria and Africa. Consisting of Silverbird Entertainment, Silverbird Cinema, Rhythm FM and MBGN, it is thought to be third largest media entertainment company in Western Africa.
Founded by Ben Murray-Bruce in 1980, the group has grown to a diverse holding of radio, TV, beauty pageant sponsor and movie distribution via its cinema holdings in Nigeria, Ghana, Zambia and Kenya . The group is credited for bringing back cinema to Lagos, Nigeria in 2004, and establishing the Ghana's first-ever cineplex of five theaters fully equipped to international standards and with Dolby digital surround sound and contiguous with a media store.
Early history
Ben Murray-Bruce a Bayelsa state born, and American trained entrepreneur reportedly founded the organization with a from his father and working from a small office space rented from the same. Armed with the contacts of his elder brother, Michael Murray-Bruce, the second of 10 children made early forays into event organizing, organizing 20 big time music festivals in Lagos, Benin , Port Harcourt and Ife between 1980 and 1983. Musical groups like Shalamar and Dynasty and Evelyn King were brought to an appreciative audience by his start-up concern
Management
The group is managed by the three Murray-Bruce brothers - Ben, Roy and Guy ( styled as executive directors).
Beauty Pageants
Capitalizing on the downward spiral of Daily Times organized Miss Nigeria, the Silverbird Group won rights to the Miss World Pageants and put together a rival Most Beautiful Girl in Nigeria pageant. Through this medium, talents like Bianca Onoh (later wife of civil-war General and Biafran Warlord- Chief Ojukwu) and future Miss World, Agbani Darego were discovered. Today, MBGN remains the foremost beauty contest in Nigeria with winners featuring prominently on the global stage and advancing to promising careers.
Radio & TV
Radio and TV remains Silverbird's most important strides especially in the 90s. Rhythm 93.7 FM dominated the Lagos Airwaves and today is growing into other countries in the West Africa sub-region. Silverbird TV is a popular syndicate of foreign program including 24 , Lost and Desperate Housewives. The award winning programming of SiTV is to be noted.
Cinemaplexes & Malls
Widely credited with bringing back popular Cinema to Lagos,, as a well as opened up its own 9 theatre offering in its modern Abuja plaza.
The opening of Silverbird Showtime in PortHarcourt also promised new growth with 8-screen cineplex, a kingpin restaurant and Baglios ice cream. Silverbird Lifestyle Store and Games Arcade are also on the card [http://www.silverbirdgroup.com/?Silverbird=Press%20Releases# See Article]
According to news-reports the group is also laying the groundwork for operations in Zambia with the signing of a lease at the re-modeled Manda Hill Shopping Centre for a planned opening in 2010
Growth
The group's Chairman sets it sight on expanding to Uganda and Tanzania. He was reported to have said, “After Zambia, the Group has set its sights on expansion into Uganda and Tanzania,” link title
Criticism
Critics have challenged the Eurocentric and foreign nature of its contents. Local movie industry promoters have challenged the little room for local movies by roup's wide distribution network. The group has defended the low quality of Nollywood movies as a reason locally produced movies are not screened at its theater.
Political connections of the Group's Chairman to the Olusegun Obasanjo administration has also been of interest, especially the controversies concerning his appointment and removal as DG of the government owned Television- NTA Nigeria (Nigerian Television Authority)
Articles
uOS - is a portable well-scalable operating system for embedded real-time systems. uOS is free software (GPL with extension) and intended for commercial applications.
Supported architectures
* Atmel AVR.
* ARM: Atmel AT91SAM7 and AT91SAM9, Samsung S3C4530A, Milandr 1986BE91. ARM, Thumb and Thumb2 modes.
* MIPS32: Microchip PIC32, Elvees MC-24.
* Texas Instruments MSP430.
* Intel i386: PC-compatible computers with PCI bus and VESA video. Grub 0.97 is used.
* Linux 386: virtual machine, with TCP/IP support. Useful for debugging of platform-independent part of system being developed: data processing algorithms, memory management, networking protocols.
Links
* Home page uOS
Articles
µTasker is an embedded operating system (with simulation environment) specifically targeting smaller single-chip Internet-enabled embedded processors (with internal Ethernet controller, internal SRAM and FLASH). It is small footprint but still offers comfortable development and powerful features as typically required in control type applications.
History
Work started on the µTasker project in November 2004. The main impetus was the introduction of the new Freescale 68HC12 16 bit processor MC9S12NE64, which includes an integrated Ethernet MAC and PHY. The idea was to use this as test vehicle for a bottom-up development project starting with an MC9S12NE64 demo board and data sheet, and ending with a fully understood project suitable for use in embedded development projects for typical real-world embedded Internet applications.
The exact development started with getting to know the instruction set of the HCS12 and its debugging possibilities. Fortunately the MC9S12NE64 demo board included a pre-installed serial loader, allowing also some debugging capabilities based on a simple serial protocol, as well as a one-wire debug-module (BDM) built into the chip. After programming an experimental assembler and disassembler for the CPU, the tasks of programming the device via the serial interface, setting break points, reading registers and stepping code was achieved by developing a simple Windows program called NE64_Deb.exe.
These first steps were educational and encouraging but did not represent the main project goal; they were rather necessary tools to start more serious developments. Assembly language was not an alternative for project development since the HCS12 was just a test vehicle for what was envisaged as being a more universal, processor independent solution, and so the GNU compiler from the GNU Compiler Collection was used to start project programming work. Working with the linker map file, the NE64_Deb.exe was however still very useful for stepping through the instructions on the target - it is worth mentioning at this point that it was the only method used on the real target for debugging during development of the µTasker V1.0 project including TCP/IP stack with FTP, µFileSystem and web server.
There were and are of course various quality tools available which would have enabled source level debugging but these were not used due to three main reasons:
* although an improvement on assembler level debugging - they still represented a bottle-neck in embedded development work (the tedious download procedures with additional disadvantages when breaking during protocol development work - causing TCP connections to timeout, etc.).
* the fact that the various solutions usually require a new learning curve for each new processor used.
* the vision was to develop something new to allow the majority of this work to be performed in a simulator based on a world-class software development environment (Microsoft Visual Studio C++). This part of the development stood in the foreground and was to be used to solve main weaknesses in traditional embedded development work.
Simulator
The µTasker simulator was not designed with the goal of simulating the CPU of the used processor(s) but rather to allow the programmer to exercise the project code (application, drivers, interrupt routines) on a simulated target device. The simulator allows the code to interact with the peripherals and the real-world, enabling a very high degree of verification to be performed without the need to work on the hardware. Coupled with other various advantages of Microsoft Visual Studio C++, such as its quality editor and run-time checks (like stack verification and monitoring of uninitialized variables) it aided in increasing embedded development efficiency when testing, debugging and solving problems. The standardized development environment also meant that it is inherently processor independent, allowing much easier movement between target processors.
By adding the capability for the simulator to read Ethernet recordings from Ethereal (now Wireshark), the capacity to simulate Ethernet sequences through the entire code (from Ethernet interrupt, through driver, TCP/IP stack and up to the application brought the project closer to its design goals; it was already possible to efficiently develop Ethernet based protocols in a comfortable environment, requiring minimal tests on the final hardware and already with greatly reduced development times. By mid-2005 the µTasker V1.1 project was finding first use in NE64 based embedded Internet projects and a MC9S12NE64 DEMO could be converted to a web browser based BDM module, to achieve programming and assembler level debugging via the network.
Operating System
The µTasker operating system used for the project is a simple but very efficient and reliable co-operative scheduler. Its features were extended to suit the types of projects that the µTasker was pre-destined for, and the TCP/IP stack functionality and NE64 device drivers were further enhanced over the next period of development. The use of the WinPCap library to hook in the PC's Ethernet controller (NIC) to the simulator extended its capabilities to simulating the NE64 device in real-time network operation.
The foundations for the further development of the µTasker project had thus been laid. The vision of creating a new development environment optimized for efficient embedded project development on small-footprint, single-chip Internet-enabled devices was becoming true - the project continues to be developed as shown by the following milestones:
* In early 2006 the µTasker project and its simulator were made available for free non-commercial use in the version V1.2 - at the time still only for the MC9S12NE64. Commercial licensing was offered at an attractive price (royalty-free with personal email support during the support period).
* In mid-2006 ports for the ATMEL AT91SAM and the Freescale Coldfire M5223X (effectively the replacement of the one-off MC9S12NE64 with internal EMAC and EPHY) were made available and the µTasker V1.3 was released.
* Late 2006 the µTasker 'Bare-minimum' boot loader was added to the project, allowing firmware uploads via Ethernet/Internet from a standard browser - optionally encrypted.
* In 2007 a Beta port for the STR91XF was introduced. In July 2007 the µTasker forum support was taken into operation.
* In 2008 Beta ports for the NXP Semiconductors LPC2000 (including LPC21XX and LPC23XX) and the Luminary Micro LM3Sxxxx were released and USB device was add to the project.
* In 2009 µTasker V1.4 and a new AVR32 port were released, with new uGLCDLIB graphical library/simulator (presently V1.1). A powerful Modbus extension pack was added for industrial users including multiple serial ASCII/RTU/RS-485 and MODBUS/TCP with flexible bridging, gateway and routing capabilities.
* 2010 utFAT (FAT32 File Allocation Table compatible module specifically for SD and HCSD cards) added to packages.
* 2011 Freescale KINETIS port released. USB mass-storage device class support added, including a boot loader mode based on this.
Present state
The µTasker project is presently available for the following devices:
*Atmel
** AT91SAM7X
** AVR32 (AT32UC3A, AT32UC3B, AT32UC3C)
*Freescale
** Coldfire V2 MCU (M521XX, M5221X, M5222X, M5223X, M5225X, M520X, M521X, M528X, M523X)
** KINETIS (K10 to K70)
** MC9S12NE64 (not recommended for new designs)
*Luminary Micro
** LM3SXXXX
*NXP
** LPC2000 (LPC21XX, LPC23XX, LPC24XX)
** LPC17XX (LPC1788)
*STMicroelectronics
** STR91XF (STR910, STR911, STR912) (not recommended for new designs)
** STM32 (STM32F1xx, STM32F2xx, STM32F4xx)
All devices can be simulated in the µTasker simulator. A µTasker project tutorial is available for each device family. The project is completely free for non-commercial use, including forum support. Royalty-free commercial licensing, including personal email support period is available at very attractive prices.
Uses
The µTasker project is suitable for commercial projects where reliability, small-footprint, simple design and efficient development is important.
It is also very suitable for use by educational establishments (teaching of processor and protocol stacks) because the µTasker simulator allows students to comfortably test and analyze the involved software without the need for dedicated hardware platforms. It is also popular for use in senior project work.
Since the µTasker project is open-code based and is also free for non-commercial use it has also found use in semiconductor manufacturers' application notes. The fact that the project can be optionally licensed and is fully supported for commercial work also doesn't restrict such project evolution to products where this then becomes an important aspect. A notable example is the choice by the MCU Wireless Systems Solutions Group at Atmel Corp., Colorado Springs to base their Route Under MAC (RUM) stack on the µTasker project.
The µTasker project is recognized by Freescale as resource for working with their ColdFire and Kinetis devices, by Luminary Micro for their Stellaris micro-controllers, and by ATMEL for their SAM7X and AVR32 products.
Various suppliers of demo boards reference the µTasker project resources as complimentary project sources.
Goals for 2012
Short-term: Complete IPv6 support for HTTP, FTP etc. with 6in4 tunnelling capability, extension of USB to include host and USB On-The-Go, with particular emphasis on mass-storage.
Mod-term: Additional ARM Cortex-M3/M4 processor support
Long-term: To be decided based on user feedback
Articles
The Unison Operating System is a real-time operating system (RTOS) optimized for system-on-a-chip (SoC), multi-core and digital signal processor (DSP) systems. It is open source. It offers Linux compatibility while being much smaller than Linux. The current version of Unison is completely POSIX compliant, offering application portability and very low cost hardware implementation options primary for embedded microcontrollers, but also for distributed multi-core and multiprocessor systems like autonomous robots and vehicles. It is so tiny that it takes a minimum of 1K byte to run 2 threads.
Unison was developed as a runtime for powerful real-time embedded heterogeneous multiprocessors which were used for military signal processing. The goal was to provide a software infrastructure that would support the construction of inexpensive, lower power, mobile and portable super computers. Upto 256 high performance signal processors were combined in a single portable supercomputer using the Unison RTOS by 1993.
Unison uses the Remedy Debugger, the Eclipse development environment, MPLAB, HEW on Microsoft Windows, Linux and Solaris. It uses the most familiar development environment for users on the platform in question. Unison has common technology and elements with DSPnano RTOS.
Unison has its roots in the Harmony Operating System developed by W. Morven Gentleman, Unix with POSIX in 1994, and pSOS+ developed by Software Components Group.
Unison has a number of industry commercial firsts including:
* RTOS simulator (CopyCat),
* heterogeneous multiprocessor (or multicore) RTOS,
* cross development IDE (Remedy and Composer),
* POSIX RTOS (Unison v2-partial, Unison v3.0),
* threaded RTOS
* graphical time based displays of target system execution
Unison and its associated tools were part of a complete requirements through implementation environment which featured natural language requirements specification, graphical design, object packaging, automatic code generation, flesh editing, system generation and automatic building and debugger inclusion (1989). This commercial offering called CASEworks/RT was the first of its kind, roughly 30 years ahead of the market.
Unison was the flagship product of Multiprocessor Toolsmiths which became RoweBots Research Inc.

Page 34442 of 43802

  • 34437
  • 34438
  • 34439
  • 34440
  • 34441
  • 34442
  • 34443
  • 34444
  • 34445
  • 34446

© 2026 Wikibin.org — Preserving deleted Wikipedia articles

About • License • Takedown • Privacy • Contact
  • Home
  • Articles
  • Search
  • Random
  • Popular
  • Browse
    • People
    • Places
    • Organizations
    • Entertainment
    • Technology
    • Science
    • Politics
    • History
    • General
  • About
  • Why Deleted

We use cookies to analyze site traffic and improve your experience. You can accept all cookies or choose your preferences. Read our privacy policy