tech-foo.blogspot.com tech-foo.blogspot.com

tech-foo.blogspot.com

Tech-Foo

Rantings from an impatient software developer. Nothing to see here. I finally got fed up with blogspot being generally crappy, so I've moved to a new location. Join me there. Visualising the Ubuntu Package Repository. Like most geeks, I like data. I also like making pretty pictures. This weekend, I found a way to make pretty pictures from some data I had lying around. The Data: Ubuntu Packages. Library, I came up with this horrible horrible piece of python code:. I can then import this file into gephi.

http://tech-foo.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR TECH-FOO.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.6 out of 5 with 7 reviews
5 star
2
4 star
2
3 star
2
2 star
0
1 star
1

Hey there! Start your review of tech-foo.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.2 seconds

FAVICON PREVIEW

  • tech-foo.blogspot.com

    16x16

  • tech-foo.blogspot.com

    32x32

  • tech-foo.blogspot.com

    64x64

  • tech-foo.blogspot.com

    128x128

CONTACTS AT TECH-FOO.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Tech-Foo | tech-foo.blogspot.com Reviews
<META>
DESCRIPTION
Rantings from an impatient software developer. Nothing to see here. I finally got fed up with blogspot being generally crappy, so I've moved to a new location. Join me there. Visualising the Ubuntu Package Repository. Like most geeks, I like data. I also like making pretty pictures. This weekend, I found a way to make pretty pictures from some data I had lying around. The Data: Ubuntu Packages. Library, I came up with this horrible horrible piece of python code:. I can then import this file into gephi.
<META>
KEYWORDS
1 skip to main
2 skip to sidebar
3 tech foo
4 move along
5 tool
6 original maintainer thomi richards
7 process the python
8 the pretties
9 qt and kde
10 python
CONTENT
Page content here
KEYWORDS ON
PAGE
skip to main,skip to sidebar,tech foo,move along,tool,original maintainer thomi richards,process the python,the pretties,qt and kde,python,system,gnome,mono,others,labels debian,open source,programming,ubuntu,visualisation,labels autopilot,unity,yourself
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Tech-Foo | tech-foo.blogspot.com Reviews

https://tech-foo.blogspot.com

Rantings from an impatient software developer. Nothing to see here. I finally got fed up with blogspot being generally crappy, so I've moved to a new location. Join me there. Visualising the Ubuntu Package Repository. Like most geeks, I like data. I also like making pretty pictures. This weekend, I found a way to make pretty pictures from some data I had lying around. The Data: Ubuntu Packages. Library, I came up with this horrible horrible piece of python code:. I can then import this file into gephi.

INTERNAL PAGES

tech-foo.blogspot.com tech-foo.blogspot.com
1

Tech-Foo: May 2011

http://tech-foo.blogspot.com/2011_05_01_archive.html

Rantings from an impatient software developer. I'm currently running the unity desktop shell on my development computer. I got fed up with KDE's lack of support, and the gnome-shell just annoyed me. Unity seems like a good start, but suffers from several problems. I've found workarounds for all of these, and thought I'd post them below. This bug manifests itself in many applications, including my current favorite development text editor editra. Here's a screenshot of the issue:. Whenever I change a setti...

2

Tech-Foo: October 2011

http://tech-foo.blogspot.com/2011_10_01_archive.html

Rantings from an impatient software developer. It's about time I posted my Kiwi PyCon talk from last August! I spent an enjoyable 30 minutes talking about what Sloecode is, how we built it, and the problems encountered along the way. As per my usual approach to public speaking, I tried to keep things light-hearted and entertaining. Anyway, the slides and audio are available here:. Introducing Sloecode: a python-powered, installable code-forge. Subscribe to: Posts (Atom). View my complete profile.

3

Tech-Foo: Experimenting with C++ std::make_shared

http://tech-foo.blogspot.com/2012/04/experimenting-with-c-stdmakeshared.html

Rantings from an impatient software developer. Experimenting with C std: make shared. C 11 is upon us, and one of the more utilitarian changes in the new standard is the inclusion of the new smart pointer types: unique ptr. An interesting related feature is std: make shared. A function that returns a std: shared ptr. Wrapping a type you specify. The documentation promises efficiency gains by using this method. From the documentation. Performs two memory allocations, which may incur unnecessary overhead.

4

Tech-Foo: Move Along

http://tech-foo.blogspot.com/2013/05/move-along.html

Rantings from an impatient software developer. Nothing to see here. I finally got fed up with blogspot being generally crappy, so I've moved to a new location. Join me there. Ah, the nikola effect, nice to see you moving there, it really is a great system and encourages to write more! May 12, 2013 at 1:35 PM. August 7, 2015 at 11:17 AM. View my complete profile. View Thomi Richards's profile.

5

Tech-Foo: March 2012

http://tech-foo.blogspot.com/2012_03_01_archive.html

Rantings from an impatient software developer. Python GObject Introspection oddness. I recently ported indicator-jenkins to Gtk3 using the python GObject Introspection Repository (gir) bindings. Ted Gould. For this example, let's make a very simple class that has a single property:. Prop = gobject.property(type=int). And a very simple callback function that we want to call whenever the value of 'prop' changes:. Def cb(sender, prop):. Print "property '%s' changed on %r." % (prop.name, sender). File "gobje...

UPGRADE TO PREMIUM TO VIEW 14 MORE

TOTAL PAGES IN THIS WEBSITE

19

LINKS TO THIS WEBSITE

how-bazaar.blogspot.com how-bazaar.blogspot.com

How Bazaar: February 2012

http://how-bazaar.blogspot.com/2012_02_01_archive.html

Monday, 20 February 2012. So it is now Monday morning and I'm sitting next to Thomi. We are going to pair program on this test stuff. Partly because I think that pair programming is really cool, and partly due to Thomi knowing the autopilot test infrastructure really well, and that'll make this go much faster. Firstly, find that revision. The fix is revision 1977, so lets make a branch of trunk from revision 1976. Bzr cbranch trunk -r 1976 hud-ap-test. Ran 1 test in 4.238s. I deleted a bunch of gtk warni...

how-bazaar.blogspot.com how-bazaar.blogspot.com

How Bazaar: March 2011

http://how-bazaar.blogspot.com/2011_03_01_archive.html

Friday, 11 March 2011. Just landed in qastaging. Is some itch-scratching work I did adding AJAX widgets to the main blueprint page. This has passed QA and will end up in production with the next no-downtime rollout (which should be real soon now). This work was adding a bunch of the lazr-js wrapped widgets. Now we can update the following without reloading the primary page:. Title - the H1 heading. A side-effect of these changes is that there are now more fields exported over the API for blueprints.

dspace.org.nz dspace.org.nz

DSpace.org.nz | I wish I knew…

http://dspace.org.nz/i-wish-i-knew

I wish I knew…. I wish I knew…. Wish you knew how to do something? Wish you know how something worked? Post it in the comments below, maybe someone who has the knowledge will be able to help, or even do a workshop. Discussion – 10 Comments. There are 10 responses to "I wish I knew…". Tuesday, 27th December, 2011 at 7:25 pm. How to turn lead into gold. Log in to Reply. Thursday, 25th October, 2012 at 8:09 am. Log in to Reply. Tuesday, 27th December, 2011 at 9:01 pm. Log in to Reply. If you’re poking...

bertjan.broeksemaatjes.nl bertjan.broeksemaatjes.nl

On moving and d-pointer performance » Loosely Coupled

http://bertjan.broeksemaatjes.nl/2011/02/07/drupal-import-2

More lies wstats on the krazy results. Happy new year →. On moving and d-pointer performance. Edit: fixed links… sigh, I should switch to wordpress. The usual thing, long time no blogging. Well, real life got a good deal in the way. Not for bad though. While I did my MSc. thesis at KDAB. I got the possibility to start an Ph. D. position on information visualization at ILOG. Wrote two great articles ( here. Next I created a test class using QTest lib with the following methods:. 20, 42 and 12. The class I...

UPGRADE TO PREMIUM TO VIEW 0 MORE

TOTAL LINKS TO THIS WEBSITE

4

OTHER SITES

tech-foh.ru tech-foh.ru

TFOH - Изготовление станков, инструментов. Продажа станков, инструментов. Хабаровск, Кукан, Иванковцы.

Вертикально-фрезерный станок ГФ-2253С1В 30 сентября был введен в эксплуатацию в лопаточном цеху ОАО "Турбоатом". Для Ровенского завода высоковольтной аппаратуры приобретено новое обрудование. С вводом нового Токарного центра улучшится качество производимой продукции. Начался монтаж токарного станка российского производства стоимостью 6 млн руб. ООО "Региональная компания НОМОС-Лизинг" заключила договор лизинга с ХК "Канмаш". Химическая продукция: хинолин покупка. 1 поколение Pee-Wee Tип II. От 10 63 т -.

tech-folia.us tech-folia.us

Tech-Folia.us

tech-folio.com tech-folio.com

Tech Folio | Success built on Values & Commitment

Our strategy is based on four key principles. View technology only as an enabler. We evaluate business problems first then provide comprehensive services to implement a solution. Stay Small Think Big. We have strategic alliances with a network of highly skilled professionals and companies which allows us to provide a broad range of services at competitive cost. Remain technology and vendor neutral. We focus on the best solution for our clients without a bias to a specific product or technology.

tech-follower.blogspot.com tech-follower.blogspot.com

techfollower

Tuesday, April 22, 2014. Why Linux Mint is the most user-friendly desktop operating system. Then along comes Linux Mint 12, taking the current state of the desktop and scoring a slam dunk in the user-friendly game. That's right. a Linux desktop might have just pulled way out in front by taking the best of both worlds and mashing them together to create something really special. Let me share with you why I believe Linux Mint 12 is the best of the best in desktop goodness. These themes work and work well.

tech-foo.blogspot.com tech-foo.blogspot.com

Tech-Foo

Rantings from an impatient software developer. Nothing to see here. I finally got fed up with blogspot being generally crappy, so I've moved to a new location. Join me there. Visualising the Ubuntu Package Repository. Like most geeks, I like data. I also like making pretty pictures. This weekend, I found a way to make pretty pictures from some data I had lying around. The Data: Ubuntu Packages. Library, I came up with this horrible horrible piece of python code:. I can then import this file into gephi.

tech-foo.com tech-foo.com

TECH-FOO

Coming soon Tech-foO.com! Lorem ipsum dolor sit amet, consectetur adipiscing elit fusce vel sapien elit in malesuada semper mi, id sollicitudin urna fermentum ut fusce varius nisl ac ipsum gravida vel pretium tellus.

tech-foo.net tech-foo.net

Tech Foo

Note: This post is mostly aimed at my work colleagues. We're working on deploying systems that consist of multiple micro-services and I have a few tools and techniques that aid debugging. This post explains my process. I use a slightly non-standard directory setup. I have a directory . Thu 09 April 2015. Updated gitg packages for Ubuntu Utopic. Of the git revision control system: It's fast, it's free, it can handle huge workloads, and sites like github have made git the. Thu 19 February 2015. The confere...

tech-food.cn tech-food.cn

Äú·ÃÎʵÄÓòÃû¿ÉÒÔ³öÊÛ/ºÏ×÷ This Domain name is For Sale

ÖÐ ú564ÒÚÍøÃñáºÍÄúÒÑù Í ý www.tech-food.cn. Õâ öÓòÃûÀ µ ÕâÀï. Äú ÃÎʵÄÓòÃû ÉÒÔ öÊÛ! This Domain name is For Sale! ÄúÈô Ôwww.tech-food.cn ÐÐËÈ ÇëÁªÏµÎÒÃÇ ÉÑ ºÂò. If you are interested in it , Please send us your offer. ºÃÓòÃûÖΪÓÐ ÃʵÁ ºÍÕ ÂÔÑÛ âµÄÆóÒµ/ öÈË øÁô. Èç û е ËÊ µÄ Ô ººÜÐÁ à ÄÇ æËß Ô º ºÈÝÒ ßµÄ ÊÇÏÂÆ á Ö ÒòΪÄãÕýÔÚ ßÉÏÆÂÂ ß ýÈ Äã ÍÒ áÓÐ ø Èç ûÄãÕýÔÚÂñÔ ÃüÔË ì Ë ÄÇ ªµ Ô º ºÃü ÊÇÊ ÜÕßµÄ è Ú ÔË ÊÇ É ÕßµÄÇ Ê ÃüÔË ÓÀ ÊÇÕÆÎÕÔÚ Ô ºÊÖÖÐ ÂñÔ ÖÊÇÒÖÖÅ ÈõµÄ íÏÖ Å Á ÅÊÇÈËÉúÓ ÓеÄÌ È.

tech-food.com tech-food.com

中国食品科技网 - 行业领先的食品网站

农业部 我国将开展农产品质量安全县 市 创建活动. 严打食品安全犯罪系列报道之三 新 食品安全法 严在哪里. 长尾营销 不仅仅是 卖 的学问. 2015-8-21] 2015第十六届中国 郑州 国际糖酒食品交易会. 2015-8-25] 2015中国 青岛 国际食用菌及技术设备展. 2015-8-25] 2015第十一届中国 青岛 国际肉类工业展览会. 2015-8-25] 2015第11届中国 青岛 国际包装工业展览会. 2015-8-25] 第十届中国 北方 国际食品添加剂和配料展览会. 2015南方食品产业展暨第十三届中国 厦 门 国际食品交易博览会. 冬病夏治 教你自制 三伏贴 治病. 原创] 康师傅 再来一瓶 忽悠消费者. 服务热线 TEL. 0591-8336 6663. 通讯地址 中国福建省福州市仓山万达广场B6-1302 邮编 350028.