| Projects on Google Code | Results 1 - 10 of 623 |
= Добре дошли! =
Добре дошли на страницата на проекта за създаване на първата безплатна книга за въведение в програмирането за начинаещи. Книгата е с отворен код и има за цел да предостави стабилна основа на начинаещите програмисти без значение от езика за програмиране. Това е книга за основи на ...
==nth-graph==
*_nth-graph_* is a programming scheme that stores source code in a graph structure. An nth-control-graph is interpreted by traversing the graph's nodes in a specific manner. The nth-graph scheme combines the ideas of "flow-chart" and "data-flow" graph execution into one intuitive, exp...
*UNILAN* is a Universal Programming Language based on unicode symbols to represent the constructs of the language.
In short, instead of words like _function_, _for_, _if_, etc *unilan* uses symbols like ⊝ ⬗ ⟳
The idea is to offer a simple to use, basic and yet powerful language for a modern er...
There are two lesson categories:
1) Lessons in C for those who already know a programming language and want to learn C.
2) Lessons in Python for those who don't know a programming language and want a quick start.
=Introduction=
Welcome to the project website of the Mist programming language! Here is a short list of places you may want to visit:
* The [http://code.google.com/p/mist/wiki/FAQ FAQ]
* The [http://groups.google.com/group/mist-discuss discussion group] ([http://code.google.com/p/mist/wiki/...
=Ejoty=
Ejoty is a simple interpreted programming language heavily based on brainf*ck with syntax similar to xml. Written in C#, and using the .NET framework, the Ejoty interpreter is straight forward and easy to use.
==Commands==
The following are Ejoty 0.8 commands:
||{{{<module>}}}||Shows t...
<p align="center">
http://swfk.googlecode.com/hg/cover-tn.png
</p>
"Snake Wrangling for Kids" is a printable electronic book, for children 8 years and older, who would like to learn computer programming. It covers the very basics of programming, and uses the Python 3 programming language to tea...
"sense script" is a new scripting language programming.
This language, however, is not just for writing scripts, but also to build a separate EXE applications.
You can even use it in Your applications - you only need the DLL for Windows. In this way, expand in a very simple way, You can su...
The scope of this project is to improve situational awareness about malicious cryptographic code, cryptographic-viral binary protection methods, compression, detection, heuristics, emulation and evasion.
Contact: komodopgmp@gmail.com |
[http://komodopgmp.googlecode.com/files/komodopgmp.asc pgp]...
Programming,
Development,
Antivirus,
Reversing,
Malware,
Protection,
Packing,
Compression,
Encryption,
Cryptography,
Cryptovirology,
C,
Crypto,
Security,
CryptoPP
So why another unit testing framework? There was nothing out there that met my requirements. Namely:
# It has to work in Microsoft Windows (yeah, yeah I know)
# Tests should be independent. That means global/static variables HAVE to be in a known state. That means each test has to execute as a...