Programming
Simple AJAX Comment Preview in Drupal 6
As I said in my previous post, I’m working on upgrading Computer Science in Syria website to Drupal 6. I wanted also to have AJAX comment preview in nodes, but I wanted it to be simple without lots of JavaScript loaded. So as usual I got pissed off and decided to create my own code [...]
Simple AJAX Quote in Drupal 6
I’ve been upgrading the forum of Computer Science in Syria for a week now. The forum uses Drupal, and it ran a beta version of Drupal 4, and I upgraded it to the latest Drupal version now. I wanted to have AJAX quoting in the forum, but I wanted it to be simple without lots [...]
Notepad++ Plugin To Run Python Scripts
I use Python everyday, it has become my first tool to use when I need to do anything. In Arabic (in Shami Arabic specifically) I’d say that Python has become my hand and leg Yesterday I was writing a small Python script to read the YACC file and generate a list of all the specified [...]
Brainfuck Python Interpreter
What is brainfuck? Brainfuck is a programming language This is the definition from Wikipedia: The brainfuck programming language is an esoteric programming language noted for its extreme minimalism. It is a Turing tarpit, designed to challenge and amuse programmers, and is not suitable for practical use. Its name has been variously bowdlerized. The name of [...]
Binding NetBeans with Flex
In my faculty – Informatics Engineering, Damascus University -, in the 4th year of Software Engineering Department, we have to build a compiler . I like using NetBeans for developing applications, it supports lots of languages and tools; like C, C++, Java, Python, Ruby and more. The compiler would be implemented in C++. The first [...]
