Skip to main content

Home/ Programming/ Group items tagged Make

Rss Feed Group items tagged

jdr santos

QCodeEdit | use the source Luke... - 1 views

  •  
    QCodeEdit is a framework designed to make edition of source code easy for both users and developers. It is written in C++ using the Qt 4 framework which make it cross-platform.
Andrey Karpov

Visual Studio 2012 New Features of the IDE - better late than never ;-) - 0 views

  •  
    I am making this post thinking "Better late than never", as I was supposed to make this post a long time ago, actually in the beta period of Visual Studio 2012, like I did with Visual Studio 2010, unfortunately I was held up with other stuff, personal and work related. This post remained as partially completed in my blog's drafts for a long time which I took and finished.
yc c

Lingua::Romana::Perligata -- Perl for the XXIimum Century - 0 views

  • Lingua::Romana::Perligata -- that makes it possible to write Perl programs in Latin.
  • Compared to other languages (both modern and ancient), English has a comparatively weak lexical structure. Much of the grammatical load of an English sentence is carried by positional cues. A statement such as ``The boy gave the dog the food'' only makes sense because of the convention that the subject precedes the verb, which precedes the indirect object, which precedes the direct object. Changing the order -- ``The food gave the boy the dog'' -- changes the meaning. Most programming languages use similar positional grammatical cues. The operation $maximum = $next is very different in meaning from $next = $maximum. Likewise, the function call push @my_assets, @your_money is not the same as push @your_money, @my_assets.
  • Compared to other languages (both modern and ancient), English has a comparatively weak lexical structure. Much of the grammatical load of an English sentence is carried by positional cues. A statement such as ``The boy gave the dog the food'' only makes sense because of the convention that the subject precedes the verb, which precedes the indirect object, which precedes the direct object. Changing the order -- ``The food gave the boy the dog'' -- changes the meaning. Most programming languages use similar positional grammatical cues. The operation $maximum = $next is very different in meaning from $next = $maximum. Likewise, the function call push @my_assets, @your_money is not the same as push @your_money, @my_assets.
yc c

Akihabara - 2 views

  •  
    The Akihabara which you can download here is my personal dream too. It is a set of libraries, tools and presets to create pixelated indie-style 8/16-bit era games in Javascript that runs in your browser without any Flash plugin, making use of a small small small subset of the HTML5 features, that are actually available on many modern browsers.
jdr santos

VCF Online | Real Components, Real C++, Right Now! - 0 views

  •  
    The Visual Component Framework is an advanced C++ application framework that makes it easy to produce powerful Windows applications in C++. The framework is a based on a thoroughly modern C++ design and has built in support for Rapid Application Development (RAD). The framework is designed to be portable over multiple platforms and compilers, so you don't have to lose all that work that went into writing your app for a single platform!
jdr santos

Kephra - News - 0 views

  •  
    This Editor wants to provide a free, easy and comfortable writing experience. Therefore we chose Perl, Scintilla and wxPerl, our binding to wxWidgets, to realize it. Our goal is to make this software crossplatform, nonintrusive and interoperable.
jdr santos

wxWidgets Home - 0 views

  •  
    An open source C++ GUI framework to make cross-platform programming child's play. Well, almost.
yc c

PushButton Engine - Modular Flash Game Development - 0 views

  •  
    The PushButton Engine is an open-source Flash game engine. There are lots of great libaries for building Flash games; PushButton Engine makes it easier to bring them together. PushButton Engine is written in ActionScript 3, and relies on Flash 9 or higher. It officially supports Flex Builder, command line builds, and Flash CS4, and people have succesfully used it with FlashDevelop and other ActionScript development environments. More concretely, PushButton Engine provides some useful utilities (like an XML serialization/level format, logger and other debugging tools, time management, resource manager, and more), and a component system which lets you easily package game functionality into resuable modules. The component system draws on nearly a decade of game development history - you can read about it in detail in the Components section of the manual.
yc c

About Query Editor - Freebase - 0 views

  • Syntax Tolerance MQL, which has JSON syntax, is not so hard to write, but sometimes you can make minor syntax mistakes that renders your query invalid. The query editor automatically tries to clean up such syntax errors behind the scene before running the query, so that you can still make mistakes, such as forgetting quotation marks and commas (illustrated in screenshot below), and your query still runs most of the time. You can also tell the query editor to explicitly clean up your query by clicking the Clean Up button. It will quote unquoted strings and property names, insert missing commas, and remove trailing commas. (Tip: the keyboard shortcut Shift-Ctrl-Enter will clean up your query explicitly and then run it.)
  •  
    Experiment with ways to get data out of Freebase using our JSON-based query language. 
yc c

Scratch | Home | imagine, program, share - 0 views

  •  
    Scratch is a new programming language that makes it easy to create your own interactive stories, animations, games, music, and art -- and share your creations on the web.
yc c

Google Code University - Google Code - 0 views

  •  
    This website provides tutorials and sample course content so CS students and educators can learn more about current computing technologies and paradigms. In particular, this content is Creative Commons licensed which makes it easy for CS educators to use in their own classes. The Courses section contains tutorials, lecture slides, and problem sets for a variety of topic areas: AJAX Programming Algorithms Distributed Systems Web Security Languages In the Tools 101 section, you will find a set of introductions to some common tools used in Computer Science such as version control systems and databases.
yc c

GameDev.net - What Language Do I Use? - 0 views

  •  
    Here is a list of the major programming languages used to write games along with descriptions, advantages, and disadvantages. Hopefully this list will help you make a decision.
Andrey Karpov

The D language comes to help - 0 views

  •  
    My name is Andrey Karpov. I develop software for developers, and I'm fond of writing articles on code quality issues. In this connection, I have met the wonderful man Walter Bright who has created the D language. In the form of an interview, I will try to learn from him how the D language helps programmers get rid of errors we all make when writing code.
yc c

The Shakespeare Programming Language - 0 views

  • Design Goals The design goal was to make a language with beautiful source code that resembled Shakespeare plays. There are no fancy data or control structures, just basic arithmetic and gotos. You could say we have combined the expressiveness of BASIC with the user-friendliness of assembly language.
yc c

Like, Python - 0 views

  • Like making computers do your bidding? Enjoy Python features like lambdas? Indent-grouping? List comprehensions? Tired of Old Man Python telling you what you can and can't say to your computer? It's about time programming languages understood what the kids are typing these days. So let's start with a baby step in that direction: Like, Python.
  • Like, Python uses Python's own tokenizer to essentially add keywords to Python's lexical understanding. Python is a subset of Like, Python, so any script you've already written in Python is valid Like, Python and will run in the interpreter. But you can also write like you'd speak. For example, the following is a fully-functional "hello world" script, included in the download as hello_world.lp: #!usr/bin/python # My first Like, Python script! yo just print like "hello world" bro
  •  
    Write like you speak... if you speak like that
mahesh 1234

AJAX Tutorial - javatpoint - 0 views

  •  
    AJAX allows you to send only important information to the server not the entire page. So only valuable data from the client side is routed to the server side. It makes your application interactive and faster.
khojohindime

Technology - 0 views

Khojo Hindi Me

Computer Make mony online

started by khojohindime on 25 May 19 no follow-up yet
1 - 17 of 17
Showing 20 items per page