Archive for the ‘code’ tag
Chm server
It’s not so fancy but I love it.
For Mac OSX Install chmlib:
sudo ports install chmlib
Now you’ll find the chm_http available and you are ready to serve the documentation.
chm_http –port=8080 –bind=127.0.0.1 file.chm
aaand now browse http://127.0.0.1:8080 and you should find the file de-compiled and served for you
Enjoy.
biggest prime palindrome under 1000.
I had that problem in CodeEval:
Write a program to determine the biggest prime palindrome under 1000.
And my solution passed i don’t know if they have other levels than pass but it passed anyway..
Here you are:
oddNumbers = [2] + range(3, 1000, 2) primeNumbers = [] ppNumbers =[] for item in oddNumbers: isPrime = True for otherItem in oddNumbers: if item % otherItem == 0 and item != otherItem: isPrime = False if isPrime: primeNumbers.append(item) for prime in primeNumbers: if prime > 100 and str(prime)[0] == str(prime)[2]: ppNumbers.append(prime) print ppNumbers[-1]
I first created script to get prime numbers then i search to know what exactly a palindrome number is and i tweaked the script to solve it:)
The personal part of the post:
I -lately- figured out that family support is not only important .. it’s incomparable to any other support..
سلام
١٤٣٢ حلم و حلم
بعد يوم طويل إليكم أهم الهلاوس اللي جت في دماغي ..
أيوه أنا الوقتي معنديش أكتر من الأحلام وقدراتي كل يوم بتزيد آه بس مش بتزيد زي ما أحلامي بتزيد ..
هل أنا فعلا البطل الفظيع اللي أنا شايفه في خيالي .. ولا أنا لا أتعدى شخص أحلامه كتير ..
طيب هوا أنا جايب تصور البطل الفظيع ده منين يعني ..
داأنا حتى هتم ٢٣ سنة ولا إنجاز مميز ولا عامل إختراع ولا أي حاجة ..
شكلي كده هطلع واخد في نفسي مقلب ..
طيب وماله ما أطلع واخد في نفسي مقلب .. ماهو من الآخر كده .. لو كنت أقل من التوقعات هعرف ساعتها ..
)
وأنا الوقتي مفيش في إيدي إلا إني أتوكل على الله .. ومن توكل على الله فهو حسبه ..
وكل اللي محتاجه بس إني أحدد إيه المعارك اللي تستاهل ..
يعني مثلا في ١٤٣٢ الأهم إني أأكد حفظ الأجزاء اللي حفظتها.
وإني أتنيل أكمل موضوع الجيم .. هوا مش سد خانة-فاهمني أنت طبعا .. – متعملش نفسك أهبل ..
وموضوع British Council .
والإمتحانات.
والRelease الجديدة.
دول هم الأهم على الإطلاق .
والأهم أولا ..
ربنا يستر ..
Seven12 framework
Al Salam 3lykom
![]()
I finished scaffolding in Seven12 “70 %”.
OOP.
themed view
Commented almost everything
and now you can keep track of the progress here :
http://code.google.com/p/seven12/
yes, it’s a google code project
I recommend rapid SVN for who are intending to collabrate
[under linux SVN client]
kamasheto and BinGo are on the top of the list tab3an
.
Kamasheto, waiting for your comments rating my 7-12
Salams,