public marks

PUBLIC MARKS with tag basic

2018

Wall | VK

by tadeufilippini
English Help - Английский язык 22 Oct 2013 Actions #textbook@enhelp #business@enhelp #speaking@enhelp Basic Survival и Survival English Level: Beginner A1 - Pre-Intermediate A2 Серия Survival - интенсивный двухуровневый курс для взрослых, которым необходим английский язык для общения в повседневной трудовой деятельности и путешествиях. Учебно-методические комплекты включают более 60 реальных ситуаций из области бизнеса и туризма: деловые встречи и переговоры, презентации, организация путешествия (заказ гостиницы, трансфера и пр.), покупки и т.д. Диалоги сопровождаются упражнениями и дополнительными заданиями, которые вы найдете в Книге для учителя.

Oxford Practice Grammar (Basic, Intermediate, Advanced) [2006, 2008, 2009; PDF] :: RuTracker.org

by tadeufilippini
Oxford Practice Grammar (Basic, Intermediate, Advanced) pic pic pic Год выпуска: 2006, 2008, 2009 Авторы: Basic - Norman Coe, Mark Harrison, Ken Paterson, Intermediate - John Eastwood, Advanced - George Yule Издательство: Oxford University Press Формат: PDF Качество: Отсканированные страницы Состав: Basic - Student's book; Intermediate - Student's book, Lesson plans and Worksheets; Advanced - Student's book, Supplementary Exercises Количество страниц: Basic - 299, Intermediate - 445+90, Advanced - 288+135 Описание: The right explanations and practice for your language level, plus 100% more interactive practice on the NEW Practice-Boost CD-ROMs. Overview This three-level grammar practice series takes students through from elementary to advanced level English. The way in which grammar is presented and practised reflects the needs of the student at each stage of their learning. 'Basic' provides lots of practice and short explanations; 'Intermediate' gives you more detail with extended practice; 'Advanced' gives challenging practice activities and in-depth explanations.

Raymond Murphy / Раймонд Мерфи - Cambridge University Press - Essential Grammar In Use 4th (Fourth) Edition / Красный Мерфи 4 издание [2015. PDF] :: RuTracker.org

by tadeufilippini
Essential Grammar In Use 4th (Fourth) Edition - Raymond Murphy / Красный Мерфи 4 издание [2015. PDF] pic Год выпуска: 2015 г. Автор: Raymond Murphy / Раймонд Мерфи Категория: Учебное пособие Разработчик: Cambridge University Press Издатель: Cambridge University Press Язык курса: Английский ISBN: 978-1-107-48055-1 Формат: PDF Качество: Отсканированные страницы Кол-во страниц: 318 Описание: Английская грамматика для начинающих. Автор Раймонд Мерфи

2016

SmileBASIC

by sylvainulg (via)
Petit Computer for US users .. unfortunately not yet available for EU owners...

2014

Basic tutorial 10: GStreamer tools - GStreamer SDK documentation - GStreamer SDK documentation

by sylvainulg (via)
Elements can be named using the name property, in this way complex pipelines involving branches can be created. Names allow linking to elements created previously in the description, and are indispensable to use elements with multiple output pads, like demuxers or tees, for example. Named elements are referred to using their name followed by a dot. --- Instead of letting GStreamer choose which Pad to use when linking two elements, you may want to specify the Pads directly. You can do this by adding a dot plus the Pad name after the name of the element

2013

AutoIt - AutoItScript

by jdrsantos
"AutoIt v3 is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting. It uses a combination of simulated keystrokes, mouse movement and window/control manipulation in order to automate tasks in a way not possible or reliable with other languages (e.g. VBScript and SendKeys). AutoIt is also very small, self-contained and will run on all versions of Windows out-of-the-box with no annoying “runtimes” required!"

2012

So You Want to Learn to Program? - BASIC-256 - So You Want to Learn to Program.

by jdrsantos
The original vision for this book was to create a hands-on introduction of computer programming for Middle School and High School students. It has been written without much of the jargon and complexity of many programming books and will be suitable for anybody 10 who wants to learn to program and is ready to experiment.

BASIC-256 - BASIC256 - An easy to use BASIC language and IDE for education.

by jdrsantos
BASIC-256 is an easy to use version of BASIC designed to teach anybody (especially middle and high-school students) the basics of computer programming. It uses traditional control structures like gosub, for/next, and goto, which helps kids easily see how program flow-control works. It has a built-in graphics mode which lets them draw pictures on screen in minutes, and a set of detailed, easy-to-follow tutorials that introduce programming concepts through fun exercises.

Yabasic 3 | Yet Another BASIC

by jdrsantos
Yabasic is a fast, compact, and portable BASIC-like programming language. Download Yabasic, check out our resources, or join our community!

XBLite Programming Language for Windows

by jdrsantos
XBLite is a concise, simple, powerful, Windows programming language which combines the speed of C with the ease of a BASIC syntax.

Vintage BASIC - Home

by jdrsantos
Vintage BASIC is an interpreter for a programming language of days gone by. A time when every home computer had a simple language called BASIC, and every kid who owned a computer learned it. It is implemented in Haskell, a modern language very unlike BASIC.

2011

Applesoft BASIC - Wikipedia, the free encyclopedia

by sylvainulg (via)
Applesoft, like Integer BASIC before it, did not come with any built-in commands for dealing with files or disks, other than a feature to save programs to, and load programs from, audiotape. The Apple II disk operating system, known simply as DOS, thus intercepted all input typed at the BASIC command prompt to determine whether it was a DOS command. Similarly, all output was scrutinized for a Control-D character (ASCII 4), which BASIC programs would send before seemingly PRINTing a disk command to get DOS's attention (the disk commands would not really get PRINTed but were intercepted by DOS and prevented from making it to the screen output).[3] ProDOS followed this lead, although the BASIC command interpreter was placed in a separate program called BASIC.SYSTEM and the hook worked in a different manner.[4]

2010

2009

Underscore.js

by ycc2106
Underscore is a utility-belt library for JavaScript that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby), but without extending any of the built-in JavaScript objects. It's the tie to go along with jQuery's tux. Collections each, map, reduce, detect, select, reject, all, any, include, invoke, pluck, max, min, sortBy, sortedIndex, toArray, size Arrays first, last, compact, flatten, without, uniq, intersect, zip, indexOf, lastIndexOf Functions bind, bindAll, delay, defer, wrap, compose Objects keys, values, extend, clone, isEqual, isElement, isArray, isFunction, isUndefined Utility noConflict, identity, uniqueId, template

Small Basic

by parmentierf (via)
Small Basic is a project that's aimed at bringing "fun" back to programming. By providing a small and easy to learn programming language in a friendly and inviting development environment, Small Basic makes programming a breeze. Ideal for kids and adults alike, Small Basic helps beginners take the first step into the wonderful world of programming.

2008

Lemick

by jdrsantos
Lemick is a programming language with BASIC syntax, it's a typed and a compiled language, its source is compiled into a platform-independent virtual machine assembler that is later transformed into a platform-dependent representation by the just-in-time c

PUBLIC TAGS related to tag basic

.htaccess +   .net +   activex +   apache +   ASP +   c +   c%23 +   cobol +   code +   coding +   compiler +   components +   countries +   delphi +   dev +   development +   free +   freeware +   gambas +   game_dev +   geography +   help +   html +   ide +   interpreter +   java +   javascript +   language +   languages +   linux +   maps +   microsoft +   open +   open_source +   opensource +   perl +   php +   programacion +   programming +   reference +   scripting +   source +   sourcecode +   tech +   tools +   tutorial +   tutorials +   vb +   visual +   XBasic +  

Active users

tadeufilippini
last mark : 20/07/2018 17:00

sylvainulg
last mark : 26/07/2016 19:12

jdrsantos
last mark : 06/05/2014 12:39

kemar
last mark : 15/03/2011 13:22

maxxyme
last mark : 12/01/2010 12:38

ycc2106
last mark : 31/10/2009 09:16

parmentierf
last mark : 23/04/2009 09:41

shigaepouyen
last mark : 17/12/2008 09:20