Python
Log to a file on computer in Android
It’s been a long time since the last time I blogged about something, and many things have changed since then, I graduated, got engaged and moved to Dubai. I have plenty of things in my mind to blog about, many solutions and many tools that I developed that I’d like to share it with everyone, [...]
Google Buzz, OAuth And Python
Google Buzz is a social networking and messaging tool from Google Inc. that’s integrated into GMail. Google Buzz was released in early February this year (9th Feb 2010), and since then it has emerged as an important social network for GMail users, and many people (including me) prefer it now to other social networking platforms [...]
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 [...]
