
technoscie.wordpress.com
Techie Blog | Just another WordPress.com siteJust another WordPress.com site (by The Seeker)
http://technoscie.wordpress.com/
Just another WordPress.com site (by The Seeker)
http://technoscie.wordpress.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Wednesday
LOAD TIME
1.9 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
18
SSL
EXTERNAL LINKS
19
SITE IP
192.0.78.13
LOAD TIME
1.891 sec
SCORE
6.2
Techie Blog | Just another WordPress.com site | technoscie.wordpress.com Reviews
https://technoscie.wordpress.com
Just another WordPress.com site (by The Seeker)
October | 2011 | Techie Blog
https://technoscie.wordpress.com/2011/10
Just another WordPress.com site. Monthly Archives: October 2011. Ooma has dialtone, but unable to make calls. October 18, 2011. There might be a bug in Old Ooma Broadband Voip device which for some reason could not establish voice connection (although it could connect to Ooma gateway and we could hear its unique dialtone). To fix it is actually very … Continue reading →. ITunes fails to upgrade iPad with error 1611. October 18, 2011. ISC DHCP Server configuration. Arduino 828p Pro Mini. System on chip (1).
Downloading book "Foundations of Computer Science" | Techie Blog
https://technoscie.wordpress.com/2012/03/11/downloading-book-foundations-of-computer-science
Just another WordPress.com site. Regular Expression in Python. Fibonacci in Python →. Downloading book Foundations of Computer Science. March 11, 2012. This small python script would download all chapters in the book “Foundations of Computer Science”. From subprocess import call # for 'call'. Urlbase = 'http:/ infolab.stanford.edu/ ullman/focs/'. Others = ['preface.pdf', 'toc.pdf', 'index.pdf']. Chapters = range(1,15). Def download(index, f):. Url = urlbase f. Print "file = ", index 1, url. Enter your em...
July | 2011 | Techie Blog
https://technoscie.wordpress.com/2011/07
Just another WordPress.com site. Monthly Archives: July 2011. Relacing OpenJDK with Oracle/Sun Java SDK as default java. July 6, 2011. According to some sources, Sun/Oracle JDK or JRE is slightly faster than OpenJDK. To install the SunJDK without removing the OpenJDK is as follow: Download the SDK from here Install the SDK. For example: sudo rpm -Uvih sdk rpmfile or … Continue reading →. ISC DHCP Server configuration. Arduino 828p Pro Mini. Raspberry Pi vs. Next-Big-Thing’s CHIP SoC Computer.
Print Canonical Addresses of a Site | Techie Blog
https://technoscie.wordpress.com/2012/03/15/print-canonical-addresses-of-a-site
Just another WordPress.com site. Fast Hashing of Variable-length text strings →. Print Canonical Addresses of a Site. March 15, 2012. This 2 lines of Python queries DNS and display the canonical names of a host. It’s like a simple DNS lookup (nslookup). If (len(sys.argv) 2):. Print sys.argv[0], " ". HOST = sys.argv[1]. For res in socket.getaddrinfo(HOST, PORT, socket.AF UNSPEC, socket.SOCK STREAM):. Getdns.py www.google.com. View all posts by The Seeker →. This entry was posted in Uncategorized. Http:/ s...
November | 2011 | Techie Blog
https://technoscie.wordpress.com/2011/11
Just another WordPress.com site. Monthly Archives: November 2011. November 7, 2011. ISC DHCP Server configuration. Arduino 828p Pro Mini. Raspberry Pi vs. Next-Big-Thing’s CHIP SoC Computer. Cheap Linux On Stick. Http:/ schemas.google.com/blogger/2008/kind#post. Cheap Linux On Stick (1). Http:/ schemas.google.com/blogger/2008/kind#post (10). System on chip (1). Enter your email address to subscribe to this blog and receive notifications of new posts by email. Join 39 other followers.
TOTAL PAGES IN THIS WEBSITE
18
My Stuff: Script to simulate multiple DHCP clients
http://technostuff.blogspot.com/2015/04/script-to-simulate-multiple-dhcp-clients.html
Friday, April 3, 2015. Script to simulate multiple DHCP clients. Simulate 255 IPhones requesting DHCP. Apple OUI = D8:96:95. E $FROM ];. CMD="$HOME/bin/dhtest -m $MAC -V -i eth1 -h '$HNAME'". HOME/bin/dhtest -m $MAC -i eth1 -h '$HNAME'". Another way, the program dhtest (source code) can be download from https:/ github.com/saravana815/dhtest. Subscribe to: Post Comments (Atom). There was an error in this gadget. Script to simulate multiple DHCP clients. Daily backup of local git changes. By default after ...
My Stuff: 04/01/2015 - 05/01/2015
http://technostuff.blogspot.com/2015_04_01_archive.html
Friday, April 3, 2015. Script to simulate multiple DHCP clients. Simulate 255 IPhones requesting DHCP. Apple OUI = D8:96:95. E $FROM ];. CMD="$HOME/bin/dhtest -m $MAC -V -i eth1 -h '$HNAME'". HOME/bin/dhtest -m $MAC -i eth1 -h '$HNAME'". Another way, the program dhtest (source code) can be download from https:/ github.com/saravana815/dhtest. Links to this post. Daily backup of local git changes. The following script does all that and executed daily by cronjob automatically. Type the following (change '.
My Stuff: To fix Mute button keyboard shortcut issue on LXDE
http://technostuff.blogspot.com/2015/03/to-fix-mute-button-keyboard-shortcut.html
Wednesday, March 11, 2015. To fix Mute button keyboard shortcut issue on LXDE. Create a script call "amixertoggle" and save it in /usr/local/bin:. Amixer $1 sset Headphone toggle. Amixer $1 sset Speaker toggle. Amixer $1 sset PCM toggle. Amixer $1 sset Master toggle. Edit file $HOME/.config/openbox/lxde-rc.xml and replace block that has "XF86AudioMute" to call our script. For example:. Command amixertoggle -c 1 toggle. Reload the modified file lxde-rc.xml by doing:. Subscribe to: Post Comments (Atom).
My Stuff: 09/01/2013 - 10/01/2013
http://technostuff.blogspot.com/2013_09_01_archive.html
Sunday, September 1, 2013. XML-RPC Client/Server in Python. This demo shows how to have RPC connection in python. The server collects CPU information (Linux). From SimpleXMLRPCServer import SimpleXMLRPCServer. Return n%2 = 0. F = open("/proc/cpuinfo", 'r'). Print "Unable to access /proc/cpuinfo". Print "Other unhandled error (why? Line = f.readline(). Line = line.strip(). Print "line = %s" % line. M = re.match("cpu MHz[ t ] : (.*)", line). Line = f.readline(). Print "Sorry, still fails". Compute the Inte...
My Stuff: 07/01/2015 - 08/01/2015
http://technostuff.blogspot.com/2015_07_01_archive.html
Friday, July 3, 2015. Watching Nabawi-TV via VLC on Raspberry Pi. A new Indonesian da'wah TV has provided a streaming. To watch, install vlc. Once installed, open the VLC, click "Media", and then "Open Network Stream". Enter:. Rtsp:/ wowza60.indostreamserver.com:1935/nabawitv/live. Links to this post. Subscribe to: Posts (Atom). There was an error in this gadget. Watching Nabawi-TV via VLC on Raspberry Pi. Cheap Linux On Stick. Embedded pic 18f ultrasonic distance measurement. Some useful socat commands.
My Stuff: 06/01/2014 - 07/01/2014
http://technostuff.blogspot.com/2014_06_01_archive.html
Monday, June 2, 2014. Audio on Laptop HP dv7-6c80us not working. HP-PAVILION-DV7: $ aplay -l. Aplay: device list:268: no soundcards found. HP-PAVILION-DV7: $ lsmod grep snd. Snd hda codec hdmi 41154 0. Snd hda codec idt 50341 1. Snd hda intel 52267 0. Snd hda codec 188738 3 snd hda codec hdmi,snd hda codec idt,snd hda intel. Snd hwdep 13602 1 snd hda codec. Snd pcm 102033 3 snd hda codec hdmi,snd hda codec,snd hda intel. Snd page alloc 18710 2 snd pcm,snd hda intel. Snd seq midi 13324 0. Capabilities: [1...
My Stuff: 02/01/2015 - 03/01/2015
http://technostuff.blogspot.com/2015_02_01_archive.html
Thursday, February 26, 2015. Got this New Raspberry Pi 2 I ordered a few weeks ago. It's significantly faster than the first version. I only wish it had USB 3.0 ports so I can have much bigger and faster storage. Links to this post. Subscribe to: Posts (Atom). There was an error in this gadget. Cheap Linux On Stick. Embedded pic 18f ultrasonic distance measurement. Some useful socat commands. Piped Serial Port on VirtualBox. How to mount disk used by ReadyNAS. HP LaserJet 1020 on Mac OSX. Carrier: AT&T (...
My Stuff: Block Access during certain period using EBTABLES
http://technostuff.blogspot.com/2015/03/block-access-during-certain-period.html
Sunday, March 22, 2015. Block Access during certain period using EBTABLES. Say, we want to block any packets coming from a device with mac address 00:01:02:03:04:05 (in other words, our router/switch should just silently drop any packets coming from this MAC address) during period of time 00:00 (00:00 AM) to 6:00 AM, do:. Ebtables -A INPUT -s 00:01:02:03:04:05 - timestart 0:0 - timestop 06:00 -j DROP. If we just want to drop IPv4 packets for the above:. Subscribe to: Post Comments (Atom). I purchased a L...
My Stuff: 02/01/2014 - 03/01/2014
http://technostuff.blogspot.com/2014_02_01_archive.html
Thursday, February 6, 2014. The Magic of 37. If x is a multiplication of 3 (3,6,9,12,15,.). Z mod 100) div 10. Z mod 10) div 1. Not really so. x is multiplication of 3, so x = 3*b (where b=1,2,3.). 37*x = 37 * (3*b) = 111*b = bbb. So bbb = y. When we do y. It is actually b b b. For example, pick b=2 (so x=6), 111*b = 222, 2 2 2=6=x. Links to this post. Subscribe to: Posts (Atom). There was an error in this gadget. The Magic of 37. Cheap Linux On Stick. Embedded pic 18f ultrasonic distance measurement.
TOTAL LINKS TO THIS WEBSITE
19
School Management Software - School Management System - TechnoSchools
It facilitates the user in managing all admission related activities like student admission, fee collection, seat allocation, cancelling the admission, issue of transfer certificate etc. Helps in managing all teacher-related activities like 'allotment of classes', 'salary payment', 'class-allotment',' leave calculation', students-parent meetings and many more. A unique feature that allows you to track students' and staff/teachers attendance. You can generate student-wise/class-wise /group-wise report...
Exploring Technology in the Classroom
Exploring Technology in the Classroom. This blog is dedicated to exploring innovative ways to use technology in the secondary level classrooms. Tuesday, April 3, 2007. Stress Test/ Health Domains. My "Stress Free Place" North End of Baxter Park. This is my "stress- free place.". Tuesday, March 20, 2007. Labels: Fires in the Bathroom. Labels: Fires in the Bathroom. Labels: Fires in the Bathroom. Sunday, March 18, 2007. Labels: Fires in the Bathroom. Labels: Fires in the Bathroom. Subscribe to: Posts (Atom).
مخابرات برای همه
مقالات و اخبار برق و مخابرات . امنیت حافظه های فلش به سبک قدیم. چقدر به امنیت حافظه فلش خود اهمیت می دهید؟ TopSecret USB flash drive که به سبک سنتی ساخته شده است به شما این اجازه را می دهد تا حافظه فلش خود را مهر و موم کنید و عبارتی را که دوست دارید روی آن بنویسید. اینگونه می توانید از آن بعنوان یک هدیه یا برای مصرف شخصی استفاده کنید. این حافظه ها که در حجم های 2 و 4 و 8 گیگا بایتی توسط استدیو آلمانی her-berg طراحی شده اند ،با قیمت 34.95 یورو بفروش می رسند. نسخه نهایی مرورگر Opera نسخه 12. برای بدست آورد...
technosci.com is almost here!
Technosci.com is almost here! Upload your website to get started.
Техника и наука - Новости сайта
Target=" blank" Видео с ТВ. Как Вы предпочитате проводить свободное время? Гуляю на свежем воздухе. Предпочитаю любой активный отдых. Посетите профиль Пинера Александр в Pinterest. Медицинская техника, военная техника, робототехника, машиностроение. Космос,открытия, изобретения, исследования. СВЕЖИЕ НОВОСТИ НАУКИ И ТЕХНИКИ. Ученые впервые секвенировали полный геном осьминога. ARC - проект нового компактного реактора термоядерного синтеза. Van Liesveltbijbel De eerste volledige vertaling. Согласно сюжетно...
Techie Blog | Just another WordPress.com site
Just another WordPress.com site. March 15, 2012. If a person dials a sequence of numbers on the telephone, what possible words/strings can be formed from the letters associated with those numbers? Let’s analyze this. Is the formula for permutations. The set of possible numbers then is: [222-222-2222 to 888-888-8888] or 6,666,666,666 possible phone numbers. N = 10,000,000,000. Permutation =6,666,666,666! 6,666,666,666 – 10)! If the allowed valid number is only 1 digit, then computation would be easier:.
Index of /
technoscience.biz is under Construction. Please Come Back Again!
This site is currently. Please set a bookmark and come back later!
LE RÉSEAU TECHNOSCIENCE
Défi génie inventif ÉTS. Les Innovateurs à l’école. Produits clés en main. Formation en animation scientifique. Défi génie inventif ÉTS. Les Innovateurs à l'école. Produits clés en main - Trousses pédagogiques. Formation en animation scientifique. Assistez au spectacle-bénéfice de Luc Langevin afin de soutenir les Expo-sciences! Réservez la valise 00Watt! Participez au prix du Génie enseignant! La science techno en mode pratique! La science s'expérimente, se touche et se vit! Partout au Québec, découvrez...
~テクノサイエンス株式会社~ペプチド技術を応用した、医薬品、医薬品部外、診断用薬品、動物用医薬品、科学工業薬品、理化学機器の製造及び販売を行っています、健康食品原料 化粧品原料、EGF原料、FGF原料、プラセンタオーク
2014年12月4日 木 6日 土 に3日間、東京ビックサイトにおいて開催されます SPORTEC2014 に出展いたします。 Http:/ www.sports-st.com/. Http:/ www.technoscience.co.jp/arg.html. Http:/ www.tsukuba-robots.com/. 特許 製造特許 取得 特許第5090848号. 日本経済新聞 千葉 首都圏経済面 2月10日発行. 日刊工業新聞 バイタルザイムX 掲載 9月8日発行. 健康美容EXP 健康 美容ニュースで プラセンタオーク 紹介 5/30掲載. Http:/ www.e-expo.net/news/. Http:/ www.vc-chiba.jp/business/b-plan/13kai/index.html. 常陽新聞社9月18日発行の City Opera つくばTX沿線 に. 日刊工業新聞 ちょっと訪問 に掲載 9月12日発行. Http:/ j-net21.smrj.go.jp/news/. 新商品 コエンザイムQ10オーク 発売 健康補助食品.
Technoscience UK Ltd.