benf.org benf.org

BENF.ORG

Lee Benfield

A random collection of snippets I've thrown together over the years - not a great deal to pollute the search engines here, except. Potentially useful computer bits. For Fuji @xia Slimshot. I've lost this camera, so development is. grounded). Various excel gimmickery . Based tool, lfhdetour. Which will switch an app to use the MS Low Fragmentation Heap. Without all that nasty having the App source available - also a very simple test. You can use to verify it's worth it ;). Windows HTML Help doesn't.

http://www.benf.org/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR BENF.ORG

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

May

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Tuesday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.3 out of 5 with 12 reviews
5 star
8
4 star
1
3 star
2
2 star
0
1 star
1

Hey there! Start your review of benf.org

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.4 seconds

CONTACTS AT BENF.ORG

Lee Benfield

8 Woo●●●●● Road

Chiddin●●●●●●●dalming , SRY, GU8 4QR

GB

44.1●●●●1885
le●●●●●●●●●●@gmail.com

View this contact

Lee Benfield

8 Woo●●●●● Road

Chiddin●●●●●●●dalming , SRY, GU8 4QR

GB

44.1●●●●1885
le●●●●●●●●●●@gmail.com

View this contact

1&1 Internet Ltd.

Hostmaster ONEANDONE

10-14●●●●● Road

Sl●●gh , BRK, SL1 3SA

GB

44.8●●●●2121
49.72●●●●●74215
ho●●●●●●●●@1and1.co.uk

View this contact

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

DOMAIN REGISTRATION INFORMATION

REGISTERED
n/a
UPDATED
2013 December 18
EXPIRATION
EXPIRED REGISTER THIS DOMAIN

BUY YOUR DOMAIN

Network Solutions®

NAME SERVERS

1
ns9.1and1.co.uk
2
ns10.1and1.co.uk

REGISTRAR

1 & 1 Internet AG (R73-LROR)

1 & 1 Internet AG (R73-LROR)

WHOIS : whois.publicinterestregistry.net

REFERRED :

CONTENT

SCORE

6.2

PAGE TITLE
Lee Benfield | benf.org Reviews
<META>
DESCRIPTION
A random collection of snippets I've thrown together over the years - not a great deal to pollute the search engines here, except. Potentially useful computer bits. For Fuji @xia Slimshot. I've lost this camera, so development is. grounded). Various excel gimmickery . Based tool, lfhdetour. Which will switch an app to use the MS Low Fragmentation Heap. Without all that nasty having the App source available - also a very simple test. You can use to verify it's worth it ;). Windows HTML Help doesn't.
<META>
KEYWORDS
1 benforg
2 gphoto driver experimental
3 a little detours
4 scan code remapper
5 really
6 wumpbin
7 shrinkpath
8 getting programmatic access
9 olewoo
10 altstreamoverlay
CONTENT
Page content here
KEYWORDS ON
PAGE
benforg,gphoto driver experimental,a little detours,scan code remapper,really,wumpbin,shrinkpath,getting programmatic access,olewoo,altstreamoverlay
SERVER
Apache
CONTENT-TYPE
iso-8859-1
GOOGLE PREVIEW

Lee Benfield | benf.org Reviews

https://benf.org

A random collection of snippets I've thrown together over the years - not a great deal to pollute the search engines here, except. Potentially useful computer bits. For Fuji @xia Slimshot. I've lost this camera, so development is. grounded). Various excel gimmickery . Based tool, lfhdetour. Which will switch an app to use the MS Low Fragmentation Heap. Without all that nasty having the App source available - also a very simple test. You can use to verify it's worth it ;). Windows HTML Help doesn't.

INTERNAL PAGES

benf.org benf.org
1

Lee Benfield

http://www.benf.org/other/index.html

Random Garbage, Random Order. Random, really. This is a collection of random things I've thrown up onto the internet over many years - I generally don't tend to delete links as the cost of leaving this stuff around is 0, which means some may be ancient, stale, or just daft now. It's been a long time. List is chronologically sorted ;). Dissertation - An Occam to Java (two targets - Source Bytecode) compiler. The funny thing about simple compilers is that it can be a bit of a learning cliff - Appel. Overfl...

2

Windows Scan code remapper

http://www.benf.org/other/scanmapset/index.html

Windows 2k and xp have a (not particularly well known) feature described here. Which allows you to tell the windows keyboard driver to remap certain keys; this is pretty handy, as it means you don't have to do any digging in the widows internals, you just set a registry key, and bob's your uncle. The above link gives all the details, but basically, there's a set of pairs (map key 'a' to key 'b') in. HKEY LOCAL MACHINE SYSTEM CurrentControlSet Control Keyboard Layout Scancode Map.

3

OleWoo - Yet another TLB viewer.

http://www.benf.org/other/olewoo/index.html

OleWoo - Yet another TLB viewer. Oleview's a very handy tool, but it's got some really annoying niggles (only 1 typelibrary open at once, no search, slow on large TLBs, yadda yadda) - OleWoo is my attempt at building something which drags oleview kicking and screaming into at least the late 1990s! This might look familiar. (now hyperlinks take you to interface/type definitions.). Click on the to dismiss the list. And, of course, you can open as many typelibraries as you want! Minor rev - 1.0.387...Minor...

4

Rapsody N35 / NDAS Scanner

http://www.benf.org/other/rapsody/index.html

Rapsody N35 / NDAS. Is a follow up to the RSH 100 media center - this time it's got HD support, better codecs (the RSH 100 got quite upset when you rewound stuff.), and a network device. (which is by far the best upgrade). It can mount any SMB share it sees on the local network, and can export its own contents as an NDAS device; NDAS is a wacky proprietary NAS technology from XiMeta. Unreadable font, and underneath the device. What a pain. So, here is a (pretty hacky) NDAS network scanner - it will list ...

5

Wumpbin - A GUI(ish!) COFF dumper.

http://www.benf.org/other/wumpbin/index.html

Wumpbin - Yet another COFF dumper. I'm sure there's thousands of them out there, but I wanted a dumpbin.exe clone (I was on a machine without Visual Studio), and I couldn't find one (that didn't need link). It turns out writing a reasonable clone is quite a fun walk through the COFF specification, and the NT header files. Of course, by the time I'd finished it the need had passed, but that's beside the point. :P. I've implemented dumpbin.dll. Download Binaries (as a zip). VC2008 project, needs boost).

UPGRADE TO PREMIUM TO VIEW 5 MORE

TOTAL PAGES IN THIS WEBSITE

10

LINKS TO THIS WEBSITE

clowncomputing.org clowncomputing.org

Shrinkpath

http://www.clowncomputing.org/other/shrinkpath/index.html

A simple path shrinker. Windows has a pretty restrictive maximum path environment variable length. Depending on the version of windows you're using (and the assumptions of the programs you're using! It can be 1k, 2k, or even 255 bytes(! Eg http:/ support.microsoft.com/default.aspx? Shrinkpath is a very simple utility which converts path entries to 8.3 format (to save size), removes duplicates, removes invalid entries, and uses junctions if you've got em. Download Source (vc2005 project).

clowncomputing.org clowncomputing.org

AltStreamOverlay - A windows shell extension to show NTFS alternate stream information.

http://www.clowncomputing.org/other/alternatestreamoverlay/index.html

AltStreamOverlay - A windows shell extension to show NTFS alternate stream information. Update 09/2012 - People were asking for a 64 bit version - This is now in the binaries zip. Bugfixes - thanks to various folk for spotting! This is a little tool I knocked up in the course of investigating NTFS alternate streams - there's some very good documentation out there, but I couldn't find a decent explorer plugin. What are alternate streams? Where might they be used? Looking at a directory with a file downloa...

clowncomputing.org clowncomputing.org

Windows Scan code remapper

http://www.clowncomputing.org/other/scanmapset/index.html

Windows 2k and xp have a (not particularly well known) feature described here. Which allows you to tell the windows keyboard driver to remap certain keys; this is pretty handy, as it means you don't have to do any digging in the widows internals, you just set a registry key, and bob's your uncle. The above link gives all the details, but basically, there's a set of pairs (map key 'a' to key 'b') in. HKEY LOCAL MACHINE SYSTEM CurrentControlSet Control Keyboard Layout Scancode Map.

clowncomputing.org clowncomputing.org

CFR - yet another java decompiler.

http://www.clowncomputing.org/other/cfr/index.html

CFR - another java decompiler. CFR will decompile modern Java features - Java 8 lambdas. Pre and post Java beta 103 changes), Java 7 String switches. Etc, but is written entirely in Java 6. ( FAQ. To use, simply run the specific version jar, with the class name you want to decompile (either as a path to a class file, or as a fully qualified classname on your classpath), and optionally the method name. ( - help. Add - outputdir /tmp/putithere. Cfr 0 117.jar. Cfr 0 115.jar. How is Java 7's switch-on-string.

clowncomputing.org clowncomputing.org

Wumpbin - A GUI(ish!) COFF dumper.

http://www.clowncomputing.org/other/wumpbin/index.html

Wumpbin - Yet another COFF dumper. I'm sure there's thousands of them out there, but I wanted a dumpbin.exe clone (I was on a machine without Visual Studio), and I couldn't find one (that didn't need link). It turns out writing a reasonable clone is quite a fun walk through the COFF specification, and the NT header files. Of course, by the time I'd finished it the need had passed, but that's beside the point. :P. I've implemented dumpbin.dll. Download Binaries (as a zip). VC2008 project, needs boost).

clowncomputing.org clowncomputing.org

HTML Help compiler Lite

http://www.clowncomputing.org/other/hhclite/index.html

This isn't supposed to be a proper program. It's supposed to demonstrate the bare minimum you need to replicate the functionality of HTML Help Workshop. Hhcexe is great for generating CHM (which no-one speaks) files from HTML (which everyone speaks). However, if you want to use it dynamically (i.e. not provide CHMs with your binaries), it's a bit confusing. HHW's license specifies you should only include the redistributable. You have to install HHW either way. This rather useful resource page. And that's...

clowncomputing.org clowncomputing.org

OleWoo - Yet another TLB viewer.

http://www.clowncomputing.org/other/olewoo/index.html

OleWoo - Yet another TLB viewer. Oleview's a very handy tool, but it's got some really annoying niggles (only 1 typelibrary open at once, no search, slow on large TLBs, yadda yadda) - OleWoo is my attempt at building something which drags oleview kicking and screaming into at least the late 1990s! This might look familiar. (now hyperlinks take you to interface/type definitions.). Click on the to dismiss the list. And, of course, you can open as many typelibraries as you want! Minor rev - 1.0.387...Minor...

clowncomputing.org clowncomputing.org

Rapsody N35 / NDAS Scanner

http://www.clowncomputing.org/other/rapsody/index.html

Rapsody N35 / NDAS. Is a follow up to the RSH 100 media center - this time it's got HD support, better codecs (the RSH 100 got quite upset when you rewound stuff.), and a network device. (which is by far the best upgrade). It can mount any SMB share it sees on the local network, and can export its own contents as an NDAS device; NDAS is a wacky proprietary NAS technology from XiMeta. Unreadable font, and underneath the device. What a pain. So, here is a (pretty hacky) NDAS network scanner - it will list ...

UPGRADE TO PREMIUM TO VIEW 18 MORE

TOTAL LINKS TO THIS WEBSITE

26

OTHER SITES

benf.ba benf.ba

BENF d.o.o. Živinice, www.benf.ba

Dobrodošli na stranice BENF. Ekološki namještaj opravdava svoje ime kroz cijeli životni ciklus i sve faze proizvoda - otkada je izraslo stablo u šumi, preko obrade, izrade i korištenja, do odlaganja ili reciklaže. Pravi korak prema zdravijem stanovanju svakako je i kupovina ekološkog i zdravog namještaja izrađenog od masivnog drveta, čijem dizajnu i proizvodnji je usmjerena i naša kompanija. Cijenjeni kupci pogledajte kataloško izdanje proizvodnog asortimana kompanije BENF, u online formi.

benf.be benf.be

B & F Knaepen - Smets | Boekhouding – Fiscaliteit

B and F Knaepen – Smets. Boekhouding – Fiscaliteit. Medewerkers & Partners. Bent u op zoek naar een boekhoudkantoor met een persoonlijke aanpak gericht op uw onderneming? Dan bent u op het juiste adres bij B&F Knaepen-Smets BVBA. Op onze website kunt u een indruk krijgen van onze dienstverlening. Wilt u meer informatie of wilt u weten wat wij voor u kunnen betekenen, dan staan wij u graag geheel vrijblijvend te woord. Wij hopen u spoedig te mogen verwelkomen! B and F Knaepen – Smets.

benf.cn benf.cn

品牌内衣/品牌内衣加盟/品牌内衣代理/贝尔妮芬/香港晋升(国际)服饰有限公司

benf.deviantart.com benf.deviantart.com

BenF (Friess Benjamin) | DeviantArt

Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Deviant for 13 Years. This deviant's full pageview. September 22, 1978. Last Visit: 5 days ago. This is the place where you can personalize your profile! By moving, adding and personalizing widgets. You can drag and drop to rearrange. You can edit widgets to customize them. The bottom has widgets you can add! We've split the page into zones! Why," you ask?

benf.net benf.net

BenF

Het BenF-team biedt u kennis, kunde en tijd. Het BenF-team bestaat uit enthousiaste mensen met ieder een eigen specialistische kennis. Door bundeling van deze kennis staat er voor u een team klaar dat graag met u meedenkt en zoekt naar oplossingen. Oplossingen waar u van profiteert. Service en klantvriendelijkheid staan hoog in het BenF-vaandel. Het BenF-team adviseert u graag over het aanbod van producten en diensten. Naast dit aanbod wordt in alles met u meegedacht. Voelt aan als -1.2°C.

benf.org benf.org

Lee Benfield

A random collection of snippets I've thrown together over the years - not a great deal to pollute the search engines here, except. Potentially useful computer bits. For Fuji @xia Slimshot. I've lost this camera, so development is. grounded). Various excel gimmickery . Based tool, lfhdetour. Which will switch an app to use the MS Low Fragmentation Heap. Without all that nasty having the App source available - also a very simple test. You can use to verify it's worth it ;). Windows HTML Help doesn't.

benf.ru benf.ru

Benefit Computers

Мы приветствуем вас на нашем сайте! В данный момент мы работаем над его улучшением и добавлением новых сервисов! Вы всегда можете связаться с нами в рабочие дни с 10:00 до 18:00! Тел : 7(495) 661 80 81. 123290, г.Москва, 1-ый Магистральный тупик, д.10, корпус 1.

benf.skyrock.com benf.skyrock.com

Blog de benf - Miss Fiifii - Skyrock.com

Mot de passe :. J'ai oublié mon mot de passe. Slt a tous soyer les binvenue j'éspére que mon blog vous pléra et unconseil = lAcHeR vOs CoMm'S = = svp merci je conte sur = * VooUss * = =). Bonne visite a tous =) =). Mise à jour :. Gayssip Boys ( OFFICIEL ) By Secret-story-voix.skyrock.com. Abonne-toi à mon blog! Timide :trés très très timide. Peureusse : un peut. Ta ville de résidence? Où te vois-tu dans 10 ans? L'heure à laquelle tu vas te coucher ce soir? As tu déjà eu une fracture? Ma famille, mes amis.

benf001.skyrock.com benf001.skyrock.com

benf001's blog - © Benjaaa - Skyrock.com

12/01/2008 at 1:08 AM. 17/10/2010 at 8:26 AM. Subscribe to my blog! Don't forget that insults, racism, etc. are forbidden by Skyrock's 'General Terms of Use' and that you can be identified by your IP address (66.160.134.14) if someone makes a complaint. Please enter the sequence of characters in the field below. Posted on Monday, 30 June 2008 at 10:50 AM. Edited on Sunday, 17 October 2010 at 8:27 AM. Please enter the sequence of characters in the field below. Post to my blog. Here you are free.

benf101.wordpress.com benf101.wordpress.com

Benf101's Blog | Just another WordPress.com site

Just another WordPress.com site. September 27, 2010. Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging! Blog at WordPress.com. Create a free website or blog at WordPress.com.

benf1ca.blogspot.com benf1ca.blogspot.com

BENF1CA BLOG

Agosto 12, 2013. Novo endereço, a mesma filosofia. Saudações Vermelhas e Brancas! Tal e qual o SL Benfica, quando nasceu era Sport Lisboa em 1904, e Sport Lisboa e Benfica em 1908, o Benfica blog quando nasceu o endereço era. Http:/ benf1ca.blogspot.pt/. Http:/ slbenf1ca.blogspot.pt/. A partir de hoje, o mesmo blog, com o mesmo tipo de informação, mas o endereço correto passa a ser o seguinte:. Http:/ slbenf1ca.blogspot.pt/. Não interessa quem o dirige, somos sempre SL Benfica. Abril 30, 2013. O SL Benfi...