Property tax
Brookens Administrative Center, 1776 E. Washington St., Urbana IL 61802 The phone number is: (217) 384-3760 http://www.co.champaign.il.us/rewebapp/Ccasinq.pgm?permno=41-14-36-114-016
Posted in Scripting | Comments Off
blackwood info
http://www.gemwood.biz/blackwood.htm Company Name: Gemwoodbiz Gemwoodbiz Contact Mr. Dmitry Bakulin street Street : Wiriamo N8 Gemwoodbiz Contact Mr. Dmitry Bakulin city City : Nampula Gemwoodbiz Contact Mr. Dmitry Bakulin province Province : Nampula Gemwoodbiz Contact Mr. Dmitry Bakulin country Country : Mozambique Gemwoodbiz Contact Mr. Dmitry Bakulin zipcode Zip : [...]
Posted in Scripting | Comments Off
video of pipe making
制作和采购。 http://www.tudou.com/programs/view/DxPT1ccjhmo/ http://shop57987588.taobao.com/?catId=155869308&queryType=cat&categoryName=0cy2t9bG1%2Fe7%2BtC1oaK5pL7f&encodeCategoriesName=y&search=y http://susanamatt.blog.163.com/blog/static/38755174200771485751576/
Posted in Scripting | Comments Off
Good pipe
http://meerschaummerchant.com/c-490-the-smoking-shop.aspx place order http://detail.china.alibaba.com/buyer/offerdetail/574147741.html 陈伯忠 先生 | 总经理 给我留言 手机:登录后可见 电话:86-577-67227767 传真: 地址:中国 浙江 永嘉县 上塘镇下塘村桥翔路255号 邮编: 网址:http://jrycb.cn.alibaba.com good pipe get pipehub.com, pipeshub.com, pipehabor.com, pipeshabor.com.
Posted in Scripting | Comments Off
check domain availability
DomainExistsQ[domain_String] := Module[{url, constructedURL, result}, url = "http://www.checkdomain.com/cgi-bin/checkdomain.pl?domain="; constructedURL = StringJoin[{url, domain}]; result = Import[constructedURL]; If[StringCases[result, "been registered"] === {“been registered”}, Return[True], Return[False] ] ]
Posted in Scripting | Comments Off
Can not open file ‘kernel32.lib’
In windows programming, in the linking stage if you see this message, your windows SDK variable is not set correct in registry. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MicrosoftSDKs\Windows\CurrentInstallFolder Possible cause is that for example you installed multiple version of windows SDK, but you install a higher version first and then install a lower version, then it is changed by latter [...]
Posted in Scripting | Comments Off
function returning pointer
If you define a function like the following, the address is in stack, when function ends, the address will have gone. The correct way to allocate memory in heap, unless you free or delete the memory, it will stay there, but be sure to avoid memory leaking. The following way will still be wrong, the [...]
Posted in Scripting | Comments Off
LNK2019: unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup
LNK2019: unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup When trying to compile a command line (non-GUI) program with Visual Studio I got the error: LNK2019: unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup I’ve had this before and so have lots of others – it’s a continual question out there on the web – this [...]
Posted in Scripting | Comments Off
audio acquistion research
CoreAudio. Demo is easy to work. It seems to support Vista or up. Does not support XP. Did not check how to set sample rate, channels, etc. DirectShow Get some code printed out. Need to read to tone the code to make it work. Still need a few days. waveform API Could support 2000 or [...]
Posted in Scripting | Comments Off
C++ #pragma usage
–disable warning #pragma warning(disable: 4097 4511 4512 4514 4705) –link static library # pragma comment(lib, “wbemuuid.lib”)
Posted in Scripting | Comments Off