Sandkasse: Difference between revisions

From Yggenyk
Jump to navigation Jump to search
 
(354 intermediate revisions by the same user not shown)
Line 11: Line 11:




* [[LEGO Mindstorms]]
* [[LEGO Mindstorms]][[File:Example.jpg]]


* [http://www.hostip.info/ Trace geographic ip address hostip.info]
* [http://www.hostip.info/ Trace geographic ip address hostip.info]
Line 36: Line 36:
* [http://sourceforge.net/projects/pyurlsnooper/ PyURLSnooper]
* [http://sourceforge.net/projects/pyurlsnooper/ PyURLSnooper]


====Error 5100 on Canon printers====
===Test ny MediaWiki===
* [http://fix-your-printer.blogspot.com/2009_03_01_archive.html Fix your printer ! - Reset printers and cartridge. Printers problem solving,tips, tricks and tutorial]
[[File:Test.jpg]]
Clean the timing strip
[[File:Printer.jpg]]
* [http://www.wraithtdk.com/filedump/MP830/Canon%20PIXMA%20MP830%20Service%20Manual.pdf PIXMA MP830 SERVICE MANUAL]
 
===My 3D printer===
====Enclosure====
* [https://medium.com/@tomdell/platsa-3d-printing-enclosure-47077e4dda61 IkeaPlatsa 3D printing enclosure - original idea with drawer]
* [https://www.thingiverse.com/thing:3417593 Ikea Platsa 3D Printer Enclosure - Spool Holder]
* [https://www.thingiverse.com/thing:3349588 Ender 3 / Ender 3 Pro - Underside PSU Mount]
* [https://www.stlfinder.com/model/knurled-14-20-camera-mount-screw-Mc0nit3s/7791192/ Knurled 1/4-20 Camera Mount Screw]
* [https://www.thingiverse.com/thing:2720049 Knurled 1/4-20 Camera Mount Screw]
* [https://www.stlfinder.com/3dmodels/1-4-20-screw/ Different Camera screws]


====OctoPrint====
* [https://octoprint.org/ OctoPrint - The snappy web interface for your 3D printer]
* [https://community.octoprint.org/t/logitech-c920-journey/3019 Logitech C920 Pro - Focus setting]


====Vista Print Spooler Stopping====
====ASA====
Delete all files in C:\Windows\System32\spool\PRINTERS
* [https://www.youtube.com/watch?v=9Ja9utWCKWA&list=RDCMUCWEX2NVlLeIQr3v-cIF9LxA&start_radio=1&t=1254s Cura 3d Slicer for Beginners in Depth Tutorial]
* [http://www.amphis-software.com/tech-tips/vista-print-spooler-stopping.htm Vista Print Spooler Stopping]
* [https://youtu.be/9Ja9utWCKWA?t=838 Material (Temperature)]
* [https://youtu.be/9Ja9utWCKWA?t=963 Material (Flow rate)]
* [https://youtu.be/9Ja9utWCKWA?t=1004 Travel (Retraction)] 7.5 30 30 30
* [https://youtu.be/9Ja9utWCKWA?t=1096 Speed ]
* [https://youtu.be/9Ja9utWCKWA?t=1230 Travel (Combing)]
* [https://youtu.be/9Ja9utWCKWA?t=1373 Cooling ]
* [https://youtu.be/9Ja9utWCKWA?t=1407 Build Plate Adheasion] Use Raft when tuning
* [https://youtu.be/9Ja9utWCKWA?t=1575 Mesh Fixes]
* [https://youtu.be/9Ja9utWCKWA?t=1636 Create Profile From Current Settings]
top surface skin layers are used to get a more beautiful layers on the top of prints.


====DataGrid Styling====
if you set 10 top layers, then it will print 10 top layers.
* [http://stackoverflow.com/questions/5303470/change-wpf-datagrid-column-header-style-menu-visibility-in-code-behind Change WPF DataGrid Column Header Style, Menu Visibility in Code Behind?]
* [http://stackoverflow.com/questions/3133097/wpf-datagrid-template-removes-ability-to-resize-columns WPF Datagrid template removes ability to resize columns]
* [http://stackoverflow.com/questions/4371554/wpf-datagrid-automatic-column-resizing-logic WPF - DataGrid - Automatic Column Resizing Logic]
* [http://webcache.googleusercontent.com/search?q=cache:X0Ib8W9MzC0J:www.wpftutorial.net/DataViews.html+cast+ilist+to+CollectionViewSource&cd=9&hl=da&ct=clnk&source=www.google.com How to Create and Use a CollectionView]
* [http://blogs.msdn.com/b/jgoldb/archive/2008/08/26/improving-microsoft-datagrid-ctp-sorting-performance.aspx Improving Microsoft DataGrid CTP sorting performance]
* [http://www.wpftutorial.net/DataGrid.html WPF DataGrid Control....]
* [http://msdn.microsoft.com/en-us/library/ms745786.aspx How to: Sort a GridView Column When a Header Is Clicked]
* [http://waxtadpole.wordpress.com/2009/11/04/wpf-setting-default-sort-order-for-datagrid-without-using-a-static-resource/ WPF Setting Default Sort Order For Datagrid Without Using A Static Resource]
* [http://stackoverflow.com/questions/1627149/pre-sorting-a-datagrid-in-wpf Pre-sorting a DataGrid in WPF]
* [http://www.4guysfromrolla.com/articles/012308-1.aspx Extending the GridView to Include Sort Arrows *** Nice article]
* [http://blog.smoura.com/wpf-toolkit-datagrid-part-ii-custom-styling/ WPF Toolkit DataGrid, Part II – Custom styling]
* [http://blogs.msdn.com/b/jaimer/default.aspx?PageIndex=1&PostSortBy=MostViewed Styling Microsoft’s WPF datagrid]
* [http://blogs.msdn.com/b/vinsibal/archive/2008/08/29/wpf-datagrid-tri-state-sorting-sample.aspx WPF DataGrid: Tri-state Sorting sample]
* [http://blogs.msdn.com/b/vinsibal/archive/2008/08/27/more-datagrid-samples-custom-sorting-drag-and-drop-of-rows-column-selection-and-single-click-editing.aspx More DataGrid Samples: Custom Sorting, Drag and Drop of rows, Column Selection, and Single-click Editing]
* [http://msdn.microsoft.com/en-us/library/ff407126.aspx How to: Group, Sort, and Filter Data in the DataGrid Control]
* [http://blogs.msdn.com/b/jaimer/archive/2009/01/20/styling-microsoft-s-wpf-datagrid.aspx Styling Microsoft’s WPF datagrid]
* [http://www.codeproject.com/KB/WPF/WPFDataGridExamples.aspx# WPF DataGrid Practical Examples]
* [http://blogs.u2u.be/diederik/2009/09/default.aspx Validation in a WPF DataGrid]


now if you set "top surface skin layers" to 2, then the last 2 layers of the top layers, will be printed as top surface skin layers.


you can change these settings for the top surface skin: top surface skin speed, top surface acceleration, top surface skin jerk, top surface skin line width, top surface skin pattern and top surface skin line directions.


* [http://msdn.microsoft.com/en-us/library/ms743737.aspx Adorners Overview]
what i usually do is set the top surface skin layers to 1, use top surface skin line width of 1/2 the usual line width (nozzle size), and use top surface Line Pattern with Line directions of 45° or 90°, degrees.


====MacBook====
the smaller line width creates smoother surfaces with less pronounced ridges, similar to ironing, the line directions will be consistent on all the top surfaces, to get more decent looking top surfaces.
* [http://support.apple.com/kb/ht1379 Resetting your Mac's PRAM and NVRAM]
 
* [http://support.apple.com/kb/ht1533 Startup key combinations for Intel-based Macs]
===Sauser og fond===
* [http://www.powerbookmedic.com/manual.php?id=57 MacBook 13" (A1342) Take Apart Video]
* [http://politiken.dk/mad/opskrifter/opskriftartikler/article5565667.ece Mesterkokken guider til smagfuld fond: Det kan faktisk ikke gå galt]
* [http://www.mediafour.com/products/macdrive/standard/ MacDrive Standard - Read Mac Drives from Windows]
* [http://www.grillguru.dk/forum/viewtopic.php?t=40181 Kalve-Oksefond. Mørk fond]
* [https://gastromad.dk/kalvefond/ Gastromand - Kalvefond]


====Embedded WiFi====
===Cannillo's salater===
* [http://www.digi.com/products/wireless-wired-embedded-solutions/solutions-on-module/rabbit-minicore/ MiniCore® RCM5600W Series]
[[File:Pastasalat.jpg]]
* [http://www.c88.dk/print.asp?menu=133&side=280  RCM5600W fra C88]
====Pastasalat - Pasta di insalata====
* 250 g pasta (penne, sløjfer...)
* 500 g hvide bønner (udblødt og kogt) mindre hvis det måles som tørrede
* 50 g kapers
* agurk
* syltet agurk
* 300 g drænede syltet italiensk grøntsagsblanding (evt lidt mindre hvis der er agurk og syltet agurk i)
* 100 g grønne bønner
* 4 store stængler blegselleri med toppen
* 700 g mayonnaise
* 4 tsk salt
* 4 tsk groft peber
* 2 spsk hvid balsamico
* 1 tsk oregano (1 spsk er for meget)
* hvad med ??? g cremefraiche, ricotta???


====Blandede links====
Serveres portionsanrettet pyntet med soltørrede tomater
* [http://www.damonkohler.com/2009/02/android-recipes.html Android Recipes and Snippets]
* [http://www.softwarepassion.com/android-series-custom-listview-items-and-adapters/ Android Series: Custom ListView items and adapters]


* [http://developer.android.com/guide/topics/ui/ui-events.html Handling UI Events]
[[File:Artiskoksalat.jpg]]
* [http://developer.android.com/guide/topics/ui/binding.html Binding to Data with AdapterView]
* [http://developer.android.com/resources/tutorials/views/hello-spinner.html Android Spinner control]
* [http://coderzheaven.com/2011/02/19/how-to-set-an-item-selected-in-spinner-in-android/ How To Set An Item Selected In Spinner In ANDROID?]
<source lang="java">
ArrayList<String> entries = new ArrayList<String>(Arrays.asList("List Item A", "List Item B"));
ArrayAdapter<String> arrAdapt = new ArrayAdapter<String>(this, R.layout.list_item, entries);
arrAdapt.setNotifyOnChange(true);
arrAdapt.add("List Item C");
</source>
* []
* [http://developer.android.com/reference/android/os/PowerManager.WakeLock.html PowerManager.WakeLock]
* [http://mylifewithandroid.blogspot.com/2010/01/remoteviews-as-hypertext-document.html RemoteViews as hypertext document]
* [http://mobiforge.com/designing/story/understanding-user-interface-android-part-1-layouts Understanding User Interface in Android - Part 1: Layouts]
* [http://mobiforge.com/designing/story/understanding-user-interface-android-part-2-views Understanding User Interface in Android - Part 2: Views]
* [http://mobiforge.com/designing/story/understanding-user-interface-android-part-3-more-views Understanding User Interface in Android - Part 3: More Views]
* [http://mobiforge.com/designing/story/understanding-user-interface-android-part-4-even-more-views Understanding User Interface in Android - Part 4: Even More Views]


* [http://forum.xda-developers.com/showthread.php?t=733339 Android Development and Hacking - Android Software Development - Google Navigation API]
====Artiskoksalat====
* [file:///C:/Android/android-sdk-windows/docs/reference/java/util/Locale.html Lokale - Android SDK]
* 275 g drænet artiskok i olie (kvarte)
* 140 g sorte oliven i skiver
* 1 agurk uden ender agurk
* syltet agurk
* 5 stilke blegselleri med top skåret i skiver
* kapers
* hvide bønner (udblødt og kogt)
* olie eddike dressing???


====SQL Server troubleshooting====
* (hvid balsamico) (1 dl marinade)
* [http://support.microsoft.com/?kbid=884495 The Microsoft ISA Server Storage service failed to start due to the following error: The service did not respond to the start or control request in a timely fashion. source: Service control manager Event ID: 7009 Type Error Description Timeout (30000 milliseconds) waiting for the Microsoft ISA Server storage service to connect.]
* (soltørrede tomater)
* [http://msdn.microsoft.com/en-us/library/ms187885.aspx Viewing the SQL Server Error Log]
* (løg, forårsløg)
* (rød peberfrugt)
* (hvidløg, oregano, salt, peber)
* (kartofler)


====DNS====
====Druknede fennikel - Finocchi affogati====
* [http://rscott.org/dns/soa.html Oversimplified DNS]
* [http://support.microsoft.com/kb/200525 Using NSlookup.exe]
* [http://www.java2s.com/Code/Java/Network-Protocol/AnnslookupcloneinJava.htm An nslookup clone in Java]
* [ftp://ftp.isc.org/isc/bind9/9.2.3/bind-9.2.3.tar.gz Nslookup source code]


====Windows Workflow Foundation====
===Online backup with CrashPlan===
* [http://visualstudiogallery.msdn.microsoft.com/7fe6f504-a58d-456e-8f55-e64bddc81a41/ Hands On Lab: Introduction to Windows Workflow Foundation (WF4) ]
* [http://www.fagbladet3f.dk/temaer/digitalt/e5ec85183fec4d2d8317c078d3a82240-20120814-sdan-sikkerhedskopierer-man-bedst-med-crashplan-august-2012 Sådan sikkerhedskopierer man bedst (med Crashplan), august 2012 - 3F]
* [http://code.msdn.microsoft.com/Windows-Workflow-b4b808a8 Windows Workflow Foundation (WF4) - Introduction to State Machine Hands On Lab]
* [http://megalomania.me/20140222/backblaze-vs-crashplan/ Backblaze vs. Crashplan]
* [http://www.microsoft.com/downloads/en/details.aspx?familyid=752CB725-969B-4732-A383-ED5740F02E93&displaylang=en Visual Studio 2010 Training Kit - Introduction To Workflow Services Hands On Lab]
* [https://www.code42.com/store/ CrashPlan Shop and Pricing]
* [http://support.code42.com/CrashPlan/Latest/Backup/Backing_Up_Your_Entire_Family#Changing_From_An_Individual_Subscription_To_A_Family_Subscription BACKING UP YOUR ENTIRE FAMILY]
* [http://www.code42.com/crashplan/ Crashplan - Set to go]


====Træsko====
Dem fra Fog
* [http://www.saekko-industri.dk/Default.aspx?ID=308&ProductID=521.43&GroupID=7050 Euro-Dan PU-finér tøffel fra OX-ON Varenummer: 521.43]
* [http://globaltools.dk/da_p/sikkerhedsudstyr/traesko/fodtoej_0/traesko_soft_u_kap_s De samme på postordre]
* [http://www.euro-dan.dk/DK/Sider/Tr%e6sko-D.html Euro-Dan]
* [http://www.slidstaerk.dk/trasko.html Slidstærk.dk]


====Debugging and profiling====
* [http://www.tuaw.com/2012/11/06/lessons-from-sandy-crashplan-and-the-importance-of-off-site-bac/ Lessons from Sandy: CrashPlan and the importance of off-site backup]
* [http://www.codeproject.com/KB/bugs/PdbParser.aspx How To Inspect the Content of a Program Database (PDB) File]


====Opspænding af cykelhjul====
===Chromecast and EZCast===
* [http://www.yamahafs1.dk/forum/download/file.php?id=13879&sid=bad6634c98730ded82d200450e76feaf Guide til hjul og eger4.pdf - (Motorcykel)]
* [http://www.iezvu.com/index.php?&m=download&a=index&id=29&l=en&aa=10 EZCast download page]
* [http://www.sheldonbrown.com/wheelbuild.html Wheelbuilding]


* [http://techdocs.shimano.com/techdocs/blevel.jsp?ASSORTMENT%3C%3East_id=1408474395181679&FOLDER%3C%3Efolder_id=2534374302051151&bmUID=1246924812515 Shimano DH  Dynamo Front Hubs]
===Image tagging===
* [http://techdocs.shimano.com/media/techdocs/content/cycle/EV/bikecomponents/DH/EV-DH-2R40-2288_v1_m56577569830608780.pdf DH-2R40-E SW-NX30 Dynamo Front Hub (for Roller Brake)]
* [http://techdocs.shimano.com/media/techdocs/content/cycle/EV/bikecomponents/DH/EV-DH-2R30-E-2498A_v1_m56577569830682142.pdf Hub Dynamo (6 V-- 2.4 W / Roller Brake Compatible DH-2R30-E DH-2R30-ES]
* [http://senseable.mit.edu/copenhagenwheel/ The Copenhagen Wheel]
* [http://smartlifeblog.com/5-smart-cycling-upgrades/ The ReeCharge Power Pack upgrades any bike hub dynamo to work on important things like smartphones, and other smartphone]
* [http://www.thinkbiologic.com/products/reecharge-power-pack ReeCharge™ Power Pack]


====General information====
* [http://msdn.microsoft.com/en-us/library/windows/desktop/ee719653(v=vs.85).aspx WIC Metadata Overview]


Reservedele
====XMP====
* [http://stores.ebay.de/Wheels-4-Frames Wheels-4-Frames - ebay]
[[File:Xmp_tagline_200px.png]]
* [http://www.idealo.de/preisvergleich/MainSearchProductCategory/100I1-15.html?q=DH-3N30&ts=1304229684668 idealo.de DH-3N30]
* [http://en.wikipedia.org/wiki/Extensible_Metadata_Platform Extensible Metadata Platform - Wikipedia]
* [http://cgi.ebay.de/ws/eBayISAPI.dll?ViewItem&rvr_id=228784372184&customid=oesg&item=310311967062#ht_2553wt_979 ebay.de]
 
* [http://cgi.ebay.de/28-Trekking-Laufrad-Shimano-Nabeldynamo-nwtg-/110678816337?pt=Sport_Radsport_Fahrradteile&hash=item19c4f8b651&autorefresh=true#ht_500wt_1156 ebay.de]
=====XMP 1.0 2005=====
* [http://www.cykelpartner.dk www.cykelpartner.dk]
* [http://sourceforge.net/projects/csxmptk/ C# XMP Toolkit]
* [http://politiken.dk/tjek/penge/pengetest/dinepengetest/ECE310054/stor-prisforskel-paa-cykellapning/ Stor prisforskel på cykellapning]
* [http://msdn.microsoft.com/query/dev11.query?appId=Dev11IDEF1&l=EN-US&k=k(System.Windows.Media.Imaging.BitmapMetadata)%3bk(TargetFrameworkMoniker-.NETFramework%2cVersion%3dv4.5)%3bk(DevLang-csharp)&rd=true System.Windows.Media.Imaging.BitmapMetadata]
* [http://www.dethitter.dk/sog/Knallertforretninger/Frederiksberg/ www.dethitter.dk/sog/Knallertforretninger/Frederiksberg]
* C:\dev\mickey\ReadMetadate


==== Cryptology====
====EXIF====
* [http://www.geocaching.com/seek/cache_details.aspx?wp=GCNVTV Geocache CCC#2 - Vigenère]
* [http://www.media.mit.edu/pia/Research/deepview/exif.html Description of Exif file format]
* [http://www.secretcodebreaker.com/ Secret Code Breaker - Online Cryptoanalyst's Handbook]
* [http://en.wikipedia.org/wiki/Kasiski_examination Kasiski examination - Wikipedia]
* [http://www.daimi.au.dk/PB/485/PB-485.pdf Block Ciphers - Analysis, Design and Applications]
* [http://www.murky.org/blg/2004/09/autokey-or-le-chiffre-indchiffrable/ AutoKey or le chiffre indéchiffrable]
* [http://home.cogeco.ca/~cipher/cyprogs.htm Cryptology Programs]


==== Opskrifter - jeg endnu ikke har prøvet ====
====Picasa====
* [http://superbrugsen.dk/mad+og+opskrifter/madplanen/recipe/1083 Ulla's kylling med Parmesan]
* [http://picasa.google.com/ picasa.google.com]
* [http://superbrugsen.dk/mad+og+opskrifter/madplanen/recipe/556 Gulerodssalat med appelsin, kikærter, chili og spinat]
* [http://www.anvo-it.de/wiki/avpicfacexmptagger:main AvPicFaceXmpTagger] Tool for tagging Picasa 3.5 tags into .jpgs
Uses XMP tag system created by Adobe with the addition of Microsoft XMP namespace Microsoft Photo Region Schema and is used by Windows Live Photo Gallery.
* [https://developers.google.com/picasa-web/ Picasa Web Albums Data API]


* [http://en.wikipedia.org/wiki/Swiss_cuisine Swiss Cuisine - Wikipedia]
====Google+ Platfoem====
* [http://www.youtube.com/watch?v=Y2CFykOrI80 Rösti - YouTube 1]
* [https://developers.google.com/+/api/ Google+ API]
* [http://www.youtube.com/watch?v=qh0VQGhCdeM Rösti - YouTube 2]
* [http://www.youtube.com/watch?v=OugaOfkpVaY Rösti - YouTube 3]


* [http://www.foodnews.ch/cooking/20_rezepte/Rezepte_Laender_CH1.html Schweiziske opskrifter 1]
===DR TV oversigter===
* [http://www.foodnews.ch/cooking/20_rezepte/Rezepte_Roesti.html Rösti-Recepte]
* [http://www.dr.dk/programoversigttiltryk/ Ugeprogrammer og rettelser til brug for programoversigter]
* [http://www.foodnews.ch/x-plainmefood/30_produkte/Kaese.html Käse - oversigt over oste]
* [http://www.dr.dk/betalab/2009/11/12/programoversigt-for-dr-tv-som-xml/ PROGRAMOVERSIGT FOR DR TV SOM XML]


====Tablet UX====
* [http://ux.stackexchange.com/questions/23356/how-to-indicate-a-form-field-error How to indicate a form-field error?]


* [http://www.about.ch/culture/food/index.html#CH_Buerli Schweiziske opskrifter 2]
====Squeezebox====
* [http://www.madabc.dk/frontpage.aspx?id=0&dbid=8642a742-744e-4d74-8622-16e0f92cf622 Raclette oste]
* [http://www.dr.dk/hjaelp/DR%20Netradio/20111020145139.htm Danmarks Radio DR Direkte links]


* [http://www.artisanalcheese.com/categories/switzerland-cheese/ Switzerland Cheese]
=====Squeezebox End Of Life=====
* [http://www.artisanalcheese.com/cheeseclock/ CheseClock]
* [http://forums.slimdevices.com/showthread.php?96188-New-Squeezebox-Radio&p=714295&viewfull=1#post714295 New Squeezebox Radio]
* [http://forums.slimdevices.com/showthread.php?96542-CNET-Logitech-leaves-Squeezebox-fans-wondering-what-s-next&p=718707&viewfull=1#post718707 CNET: Logitech leaves Squeezebox fans wondering what's next]


* [http://www.marions-kochbuch.de/index/0748.htm Schweineschmalz - Marions Kochbuck]
=====Squeezebox=====
* [http://www.butter.ch/de/ratgeber/produktinformationen/buttersorten.html Buttersorten - eingesottene Butter]
* [http://www.delback.co.uk/squeezebox/sbr_signal.html Getting an on/off indicator voltage out of a Squeezebox Receiver]


* [http://www.landwirtschaft.ch/de/wissen/pflanzen/kartoffelbau/kochtypen/ Kartoffeltyper]
=====MySQL Collation=====
* [http://www.dict.cc/?s=geschwellte+Kartoffeln dict.cc English-German Dictionary - geschwellte Kartoffeln]
* [http://bugs.mysql.com/bug.php?id=21505 Collation BUG]
* [http://de.narkive.com/2010/2/27/1695996-selten.html Pillekartofler]
# http://dev.mysql.com/doc/refman/5.0/en/charset-connection.html
* [http://www.rezeptsuche.info/suche/Geschwellte+Kartoffeln/ Receptsuche - Geschwellte Kartoffeln]


* [http://www.kaesewelten.de/Schweiz/Sbrinz-AOC::578.html Kaesewelten.de - Sælger oste til hele Europa]
SHOW VARIABLES LIKE 'character_set%';
* [http://valutaomregneren.dk Valutaomregner]
SHOW VARIABLES LIKE 'collation%';
* [http://www.shopwiki.de shopwiki.de]
SET collation_connection = @@collation_database;
* [http://dev.mysql.com/doc/refman/5.0/en/charset-connection.html Connection Character Sets and Collations]


* [http://wiki.slimdevices.com/index.php/SqueezeCenter_File_Locations Squeezebox Server File Locations]
* [http://wiki.slimdevices.com/index.php/ExistingMySQLInstance Squeezebox Existing My SQL Instance]


* [http://www.svensksmak.se/index.php?action=recept_info&id=1366 Fransk omelett 1]
====TypeScript====
* [http://www.recept.nu/1.306812/ulrika_davidsson/varmratter/1.306812?view=printerfriendly Fransk omelett 2]
* [http://www.typescriptlang.org/ TypeScript - TypeScriptLang.org]
* [http://www.arla.se/Default____17653.aspx?RecipeID=15845 Fransk omelett 3]
* [http://typescript.codeplex.com/ TypeScript - CodePlex]


====WD Green Drive Problems====
* [http://support.wdc.com/warranty/rmaaddress.asp?custtype=end&lang=en Western Digital Warranty Services]
* [http://www.synology.com/support/faq_show.php?q_id=407 What should I do if my Western Digital Green Power Disk has a dramatic high Load/Unload Cycle Count? - Synology]
* [http://en.wikipedia.org/wiki/S.M.A.R.T. S.M.A.R.T. - Wikipedia]
* [http://www.tomshardware.co.uk/forum/281368-14-green-drives-raid-load-cycle-count  Green drives, RAID & load cycle count]
* [http://wdc.custhelp.com/app/answers/detail/a_id/251/p/85,8/session/L3RpbWUvMTM0OTE5MDY3NS9zaWQvWTdONTVKN2w%3D Understanding S.M.A.R.T. and S.M.A.R.T. failure and errors - Western Digital]
* [http://wdc.custhelp.com/app/answers/detail/a_id/3263 The S.M.A.R.T Attribute 193 Load/Unload counter continue to increase for the WD RE2-GP SATA II hard drives - Western Digital]
* [http://www.readynas.com/forum/viewtopic.php?f=24&t=40828&start=15 2TB WD20EARS HCL Advanced Format 4k Sectors TLER LCC WDidle3 - ReadyNAS]
* [http://support.wdc.com/product/download.asp?groupid=609&sid=113 WD Support / Downloads / SATA & SAS / WD RE2-GP - Western Digital]
* [http://www.silentpcreview.com/forums/viewtopic.php?t=51401&sid=674cf4adc5450832ec9b22c1659daf10 Is there a problem with head parks on WD Green HDDs?]
* [http://www.silentpcreview.com/forums/viewtopic.php?t=57419
WD20EARS or WD20EADS? What about seagate's 2tb drive?]
* [http://arstechnica.com/civis/viewtopic.php?f=11&t=100152 Western Digital GreenPower drives head parking problem]


* [http://www.dr.dk/DR1/Aftenshowet_old/Opskrifter/26141954.htm Estragoncreme]
====error recovery control (ERC) time-limited error recovery (TLER) command completion time limit (CCTL)====
* [http://borbye.com/mobil_estragoncreme.html Estragoncreme (samme opskrift)]
* [http://en.wikipedia.org/wiki/Error_recovery_control Error recovery control - Wikipedia]
* [http://hotstart.dk/Opskrifter/ViewRecipie.aspx?id=1184 Og en Estragoncreme med fløde]


* [http://convivial.blogs.com/my_weblog/2008/03/ossobuco-osso-b.html Ossobuco (Osso Buco) in Bianco alla Milanese with Gremolata]
====Using consumer disks in a Dell T110====
* [http://support.euro.dell.com/support/edocs/storage/storlink/perc_s100_s300/en/PDF/ug_en.pdf Dell PowerEdge RAID Controller (PERC) S100, PERC S300 User’s Guide]
* [http://support.dell.com/support/edocs/storage/Storlink/PERC_S100_S300/en/HTML/a5_sectb.htm Dell PowerEdge RAID Controller (PERC) S100, PERC S300 User's Guide]
* [http://en.wikipedia.org/wiki/Intelligent_Platform_Management_Interface Intelligent Platform Management Interface (IPMI) - Wikipedia]


====Adobe Photoshop====
====Server 2012 Storage Server and Hyper-V====
Unable to continue because of hardware or system error.<br>
=====Storage Spaces=====
Solution: Delete the Photoshop settings file.<br>
* [http://blogs.msdn.com/b/b8/archive/2012/01/05/virtualizing-storage-for-scale-resiliency-and-efficiency.aspx Virtualizing storage for scale, resiliency, and efficiency]
Start the application while holding down Ctrl+Alt+Shift. Click Yes to the message "Delete the Adobe Photoshop Settings file?" when it appears.<br>
* [http://blogs.msdn.com/b/b8/archive/2012/01/16/building-the-next-generation-file-system-for-windows-refs.aspx Building the next generation file system for Windows: ReFS]
* [http://www.petri.co.il/4-reasons-refs-is-better-than-ntfs.htm 4 Reasons ReFS (Resilient File System) is Better Than NTFS]


* [http://www.talkphotography.co.uk/forums/showthread.php?t=41349 Fix 1]
* [http://blogs.technet.com/b/keithmayer/archive/2012/09/13/migrating-to-microsoft-hyper-v-server-2012-from-2008-r2-and-vmware-winserv-hyperv-itpro-vmware.aspx Migrating to Microsoft Hyper-V Server 2012 from 2008 R2 and VMware]
* [http://www.sitepoint.com/forums/graphics-8/photoshop-error-need-really-help-fast-111693.html Fix 2]
 
 
* [http://www.petri.co.il/create-storage-pool-on-windows-server-2012.htm How to Create a Storage Pool on Windows Server 2012]
* [http://www.howtogeek.com/109380/how-to-use-windows-8s-storage-spaces-to-mirror-combine-drives/ How to Use Windows 8′s Storage Spaces to Mirror & Combine Drives]
 
=====Hyper-V and ReFs=====
* [http://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/5b731f1a-f495-4d88-a875-0eea77ecd6b4 Export then Import to a different Hyper-V server]
* [http://social.technet.microsoft.com/Forums/da-DK/winserver8gen/thread/6f76d628-96d2-47eb-ad5e-2eb3b204ee67 Move storage to SMB Share based on storage space mirror disk : error integrity stream attribute]
'''format /fs:refs /q /i:disable <volume>'''
 
=====Hyper-V=====
* [http://www.roelvanlisdonk.nl/?p=2521 How to run Hyper-V on Windows 8 inside VMware Workstation 8]
* [http://blogs.technet.com/b/matthts/archive/2012/02/27/using-native-powershell-cmdlets-with-hyper-v-in-windows-server-8.aspx Using native PowerShell cmdlets with Hyper-V in Windows Server “8”]
* [http://en.wikipedia.org/wiki/Windows_Server_2012 Windows Server 2012 (Editions) - Wikipedia]


==== Unity ====
* [http://blogs.technet.com/b/keithmayer/archive/2012/09/13/migrating-to-microsoft-hyper-v-server-2012-from-2008-r2-and-vmware-winserv-hyperv-itpro-vmware.aspx#.UGaQu73Mirg Migrating to Microsoft Hyper-V Server 2012 from 2008 R2 and VMware]
* [http://unity.codeplex.com/workitem/7019 Exception: Object synchronization method was called from an unsynchronized block of code]
* [http://download.microsoft.com/download/3/8/F/38F07CCB-B752-45DE-9747-247BAE5E2974/WS%202012%20Data%20Sheet_Storage.pdf Optimized Storage Efficiency with Windows Server 2012 Release Candidate]
* [http://unity.codeplex.com/workitem/7206 SynchronizedLifetimeManager - SynchronizationLockException]
* [http://www.microsoft.com/en-us/server-cloud/windows-storage-server/default.aspx Windows Storage Server 2012]
* [http://stackoverflow.com/questions/2873767/can-unity-be-made-to-not-throw-synchronizationlockexception-all-the-time Can Unity be made to not throw SynchronizationLockException all the time? - Stackoverflow]
* [http://www.microsoft.com/en-us/server-cloud/windows-server/default.aspx Windows Server 2012]
* [http://download.microsoft.com/download/8/0/8/80882EEE-96E1-486F-889D-6C0ACFCC1E42/Windows_Server_2012_Essentials_FAQ.pdf Windows Server 2012 Essentials FAQ]


==== Windows Small Business Server 2011 General Information ====
Hardware requirements can be found here:
* [http://technet.microsoft.com/en-us/library/gg491249.aspx Release Documentation for Windows Small Business Server 2011 Standard]


====  Installing Windows Small Business Server 2011 ====
* [http://en.wikipedia.org/wiki/Advanced_Host_Controller_Interface#cite_note-intel-0 Advanced Host Controller Interface - Wikipedia]
* [http://robertpearman.wordpress.com/2011/01/09/installing-windows-small-business-server-2011-standard-part-1/ Installing Windows Small Business Server 2011 Standard Part 1]
=====RAID=====
* [http://robertpearman.wordpress.com/2011/01/09/installing-windows-small-business-server-2011-standard-part-2/ Installing Windows Small Business Server 2011 Standard Part 2]
* [http://en.wikipedia.org/wiki/Standard_RAID_levels Standard RAID levels]
* [http://robertpearman.wordpress.com/2011/01/09/installing-windows-small-business-server-2011-standard-part-3/ Installing Windows Small Business Server 2011 Standard Part 3]




* [http://blog.ronnypot.nl/?page_id=434 Windows Small Business Server 2011 installation and configuration – 1-16]
How to Reboot to Safe Mode F8


====MSBuild files====
* [http://msdn.microsoft.com/en-us/library/dd576348.aspx Walkthrough: Creating an MSBuild Project File from Scratch]
* [http://stackoverflow.com/questions/2790958/expression-blend-does-not-allow-to-select-solution-configuration-platform Expression Blend does not allow to select Solution Configuration/Platform]


* [http://blog.mpecsinc.ca/2010/12/sbs-2011-setup-guide-v100.html SBS 2011 Setup Guide]
====Android Exchange sync battery====
Søg efter "Changing mailbox from push to ping i denne" fil:
* [http://source-android.frandroid.com/packages/apps/Exchange/src/com/android/exchange/EasSyncService.java /packages/apps/Exchange/src/com/android/exchange/EasSyncService.java]


* [http://www.microsoft.com/sbs/en/us/system-requirements.aspx SBS 2011 System Requirements]
Google: kb2743248  android exchange battery
* [http://www.microsoft.com/downloads/en/details.aspx?FamilyID=2e49e8c5-99bc-49c2-af8c-8b8649c6f03a Windows Small Business Server 2011 Standard Installation Guide]
* [http://technet.microsoft.com/en-us/library/gg637877.aspx Windows Small Business Server 2011 Installation Worksheet]
* [http://technet.microsoft.com/en-us/library/dd239199(WS.10).aspx Best Practices for Using Hyper-V with Windows Small Business Server 2008]
* [http://blog.mpecsinc.ca/2010/12/sbs-2011-installing-os-into-vm-time.html SBS 2011 – Installing The OS Into A VM – Time]


====How to change DNS server in Android====
* [http://blog.varunkumar.me/2010/09/how-to-change-dns-server-on-android.html How to: Change DNS server on Android phones?]


* [http://support.microsoft.com/kb/949748 Description of the changes that were made to the product activation process for Windows Server 2008 in a virtual operating system environment]
====JPT3815W====
* [http://safehome.dk/produkt.asp?P=100&PR=278020&UM=2 www.safehome.dk]
* [http://www.tenvis.com/web/tenvisdown.html Tenvis - Common Software Download For JPT3815W, Mini319W,IP391W, IP601W, IP602W, PT7131W, etc.]
* [http://www.tenvis.com/web/firmwaredownload.html Tenvis - Frimware & UI Download Center]


====Small Business Server 2011 - Well known bugs====
* [https://code.google.com/p/binwalk/ Binwalk - A tool for searching a given binary image for embedded files and executable code]
* [http://support.microsoft.com/kb/2483007 Windows SBS 2011 Standard Known Post Installation Event Log Errors and Warnings - Microsoft]
* [http://lxr.linux.no/linux/Documentation/filesystems/romfs.txt romfs - layout of the rom rile system]
* [http://mancoosi.org/~abate/analyzing-tenvis-mini319w-firmware analyzing tenvis mini319W firmware ... - This history led me to binwalk]


=====Cannot resolve names in certain top level domains like .co.uk=====
* [http://blogs.technet.com/b/sbs/archive/2009/01/29/cannot-resolve-names-in-certain-top-level-domains-like-co-uk.aspx Cannot resolve names in certain top level domains like .co.uk]
Solution: Set MaxCacheTtl to 2 days or greater, and restart DNS service.<br>
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\DNS\Parameters\MaxCacheTtl=0x2A300 (DWORD (32-bit)) (172800 in decimal = 2 days)


=====Backup unsuccessful 0x800423f0=====
If you have SBS 2011 and you or your client installed SharePoint sp1, or some othrt update to SharePoint, you might end up with:
'''Backup unsuccessful.  A volume shadow copy service operation failed.  Unknown error (0x800423f0)'''<br>
[[File:Backup unsuccessful.png]]
# Open an Administrative command prompt.
# Change directory to C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN
# Run PSConfig.exe -cmd upgrade -inplace b2b -force -cmd applicationcontent -install -cmd installfeatures
# Reboot
# Test backup again


====Small Business Server 2011 Backup====
* [http://foscam-util.sourceforge.net/ foscam-util - SorceForge]
* [http://technet.microsoft.com/en-us/library/cc772523.aspx Windows Server Backup Overview]
* [http://sourceforge.net/projects/foscam-util/ foscam-util - SorceForge]
* [http://technet.microsoft.com/en-us/library/cc754097(WS.10).aspx Backup and Recovery - Microsoft]


* [http://technet.microsoft.com/en-us/library/dd252619(WS.10).aspx Planning for Backup]
* [http://irishjesus.wordpress.com/2010/03/30/hacking-the-foscam-fi8908w/ Hacking the Foscam FI8908W]
* [http://support.microsoft.com/kb/958662 Hyper-V How To: Back up Hyper-V virtual machines using Windows Server Backup]
Includes how to register the Microsoft Hyper-V VSS writer with Windows Server Backup


* [http://technet.microsoft.com/en-us/library/cc742083(v=WS.10).aspx Wbadmin start backup - Creates a backup using specified parameters]
* [http://www.openipcam.com/ OpenIPCam.com]


====Securing your server====
* [http://foscam.us/tools-support.html Foscam.us]
* [http://technet.microsoft.com/en-us/library/bb734905.aspx Chapter 12 - Security: For Administrators and Developers]
* [http://technet.microsoft.com/en-us/library/dd759206.aspx Running and Filtering Scans in Best Practices Analyzer]


====Install Windows from USB Stick ====
* [http://darkdust.net/writings/diskimagesminihowto Creating and using disk images mini-howto]
* [http://www.windowsvalley.com/install-windows-2000xp2003-using-usb-storage-device-pen-drive/ Install Windows 2000/XP/2003 from USB Stick (Pen Drive)]
* [http://www.intowindows.com/how-to-install-windows-7vista-from-usb-drive-detailed-100-working-guide/ How To: Install Windows 7/Vista From USB Drive [Detailed 100% Working Guide]


====ESXi====
====ListBox====
Backup
* [http://msdn.microsoft.com/en-us/library/cc278062(v=vs.95).aspx ListBox Styles and Templates - MSDN] Shows the default style and template for the ListBox and the ListBoxItem
* [http://www.magikmon.com/mksbackup/ghettovcb.en.html Backup VMware VM via ghettoVCB]
* [http://blog.peacon.co.uk/completely-free-backup-for-esxi/ Completely Free Backup for ESXi]
* [http://communities.vmware.com/thread/164134?start=480&tstart=0 Thread about backup]
* [http://en.wikipedia.org/wiki/Comparison_of_platform_virtual_machines Comparison of platform virtual machines]


====VirtualBox====
* [http://blogs.msdn.com/b/mikehillberg/archive/2006/09/28/briefanatomyofalistbox.aspx Brief anatomy of a ListBox]
* [http://www.virtualbox.org/manual/UserManual.html Oracle VM VirtualBox User Manual]
Grid.IsSharedScopeSize is incompatible with * columns in WPF Grid
* [http://www.virtualbox.org/wiki/Technical_documentation VirtualBox Technical documentation]


====Hyper-V====
How to center the content of cells in a data grid?
* [http://technet.microsoft.com/en-us/library/cc753637(WS.10).aspx Windows Server Technologies Hyper-V]
<source lang="xml">
Storage configuration options for a server running Hyper-V.
<Style TargetType="{x:Type DataGridCell}">
* [http://technet.microsoft.com/en-us/library/dd183729(WS.10).aspx Planning for Disks and Storage]
  <Setter Property="Template">
* [http://blogs.msdn.com/b/virtual_pc_guy/ Virtual PC Guy's Blog - Ben Armstrong, Virtualization Program Manager Talking about core virtualization at Microsoft (Hyper-V, Virtual PC and Virtual Server)]
      <Setter.Value>
* [http://technet.microsoft.com/en-us/library/dd239199(WS.10).aspx Best Practices for Using Hyper-V with Windows Small Business Server 2008]
        <ControlTemplate TargetType="{x:Type DataGridCell}">
* [http://support.microsoft.com/kb/888794 Things to consider when you host Active Directory domain controllers in virtual hosting environments]
            <Grid Background="{TemplateBinding Background}">
* [http://technet.microsoft.com/en-us/library/ee256063(WS.10).aspx Create a Virtual Active Directory Domain Controller]
              <ContentPresenter VerticalAlignment="Center" />
* [http://technet.microsoft.com/en-us/library/dd239197(WS.10).aspx Install the Primary and Second Servers in Hyper-V Virtual Machines on a Single Physical Computer]
            </Grid>
* [http://www.sriramkrishnan.com/blog/2008/03/running-ubuntu-on-windows-server-2008.html Running Ubuntu on Windows Server 2008 Hyper-V]
        </ControlTemplate>
* [http://technet.microsoft.com/en-us/library/cc816563(WS.10).aspx Using Windows Small Business Server 2008 Product Keys]
      </Setter.Value>
* [http://webcache.googleusercontent.com/search?q=cache:EKlJaMqijY8J:social.technet.microsoft.com/wiki/contents/articles/small-business-server-2011-standard-build-document-i-overview-of-sbs-2011.aspx+Windows+Small+Business+Server+2011+hyperv&cd=1&hl=en&ct=clnk&gl=dk&source=www.google.dk Small Business Server 2011 Standard - Build Document I. Overview of SBS 2011]
  </Setter>
</Style>
</source>
 
====Open pages====
* http://waldbjoern.dk/
 
* http://www.cookingwithkamal.com/
* http://www.cookingwithkamal.com/images/Spinach_Triangles_with_Basic_Dough_60842.pdf


Τυρόπιτα
* http://en.wikipedia.org/wiki/Tiropita
* http://thursdayfordinner.com/2008/09/evas-tasty-tyropita-cheese-puffs/
*




=====Migrating physical machines to Hyper-V=====
* [http://vmtoolkit.com/ vmToolkit VMDK(VMWare) to VHD Converter]
* [http://vmtoolkit.com/ vmToolkit VHD Resizer]


* [http://technet.microsoft.com/en-us/library/bb740912.aspx How to Convert a Physical Server to a Virtual Machine]
* http://www.hacktabs.com/how-to-upgrade-your-box-com-account-from-5gb-to-50gb-for-free/
* [http://technet.microsoft.com/en-us/library/cc764232.aspx P2V: Converting Physical Computers to Virtual Machines in VMM]
*
* [http://technet.microsoft.com/en-us/sysinternals/ee656415.aspx Disk2vhd - By Mark Russinovich and Bryce Cogswell]
* [http://www.labnol.org/software/create-virtual-machine-of-existing-computer/10510/ Create a Virtual Machine of your Existing Computer With a Click]
* [http://tweaks.com/windows/40123/convert-physical-machines-to-virtual-with-disk2vhd/ Convert Physical Machines to Virtual with Disk2vhd]


=====Assigning disk space  to Virtual Machines=====
* [http://blogs.technet.com/b/josebda/archive/2008/02/14/storage-options-for-windows-server-2008-s-hyper-v.aspx Storage options for Windows Server 2008 Hyper-V]


=====Assigning memory to Virtual Machines=====
* http://arla.dk/opskrifter/Ovnomelet-med-bagte-tomater/ Ovnomelet med bagte tomater
Note: Dynamic Memory virker ikke med Small Business Server 2011
* http://www.svensksmak.se/index.php?action=recept_info&id=1366 Fransk omelett
* [http://technet.microsoft.com/en-us/library/ff817651(WS.10).aspx Hyper-V Dynamic Memory Configuration Guide]


=====Using TurnKey Linux on Hyper-V=====
* http://www.dr.dk/Regioner/Aarhus/Madopskrifter/20101104151456.htm 7 krydderi og Sfiha
*


* [http://blogs.msdn.com/b/virtual_pc_guy/archive/2010/10/21/installing-ubuntu-server-10-10-on-hyper-v.aspx Installing Ubuntu Server 10.10 on Hyper-V - Virtual PC Guy's Blog]
* http://www.boston.dk/default.asp?mainmenu=10&dir=&webmanage=Kontakt%20os Boston distribution Farum
* [http://blog.allanglesit.com/2010/05/ubuntu-and-hyper-v-the-paths-to-enlightenment/ Ubuntu and Hyper-V: The Paths to Enlightenment]
* [http://blogs.technet.com/b/port25/archive/2009/07/22/introduction-to-the-linux-integration-components.aspx Introduction to the Linux Integration Components]


* To show what version of linux it is:
cat /etc/issue


* To enable boot logging
* http://danielfrost.dk/post/Windows-8-app-udvikling.aspx?goback=%2Egde_1837948_member_105222418 Windows 8 app udvikling
:Edit /etc/default/bootlogd so it shows
 
:# Run bootlogd at startup ?
:BOOTLOGD_ENABLE=No
/var/log/boot will be created, and it will contain a log of all your boot messages, ther will be some escape sequences but it is colour coding


* [http://veggievampire.net/?q=node/51 VI Cheet Sheet]
* http://www.whiteaway.com/ Whiteaway ejer Skousen.dk


* [http://comments.gmane.org/gmane.linux.ubuntu.devel.kernel.general/14018 Maverick on Hyper-V - fixes for instability]
* http://www.redspot.dk/Problemer-med-Zyxel-routere-fra-bla-Telenor-og-Fullrate/pg/721395ea-f964-4d02-92a8-1b1602f4637d Problemer med Zyxel routere fra bl.a. Telenor og Fullrate
* [https://bugs.launchpad.net/ubuntu/+source/linux/+bug/752064 Maverick on Hyper-V causes BUG: scheduling while atomic]
* http://groups.google.com/group/dk.edb.netvaerk/browse_thread/thread/c84f8b71a5a52882 ip nat loopback
* [http://www.turnkeylinux.org/docs/automatic-security-updates TurnKey - Automatic security updates]
* http://tutorials.worldwidewhat.dk/zyxel_cc/ Tutorial CyberCity Zyxel Router 650 (Loopback)


* [http://www.turnkeylinux.org/forum/support/20110202/cronapt-typo cronapt typo? Should be cron-apt]
* [http://en.wikipedia.org/wiki/List_of_Ubuntu_releases List of Ubuntu releases]
* [https://wiki.ubuntu.com/Testing/EnableProposed Testing/EnableProposed - Ubuntu Wiki]
apt-get install aptitude


* [http://en.wikipedia.org/wiki/Comparison_of_file_managers Comparison of file managers]
* http://www.voltagenewmedia.com/seo/free-75-google-ad-words-creditcoupon/
* https://services.google.com/fb/forms/adwordscoupon/
* http://support.google.com/adwords/bin/answer.py?hl=en&answer=1703648 AdWords - Using promotional codes and coupons


* [http://www.dell.com/downloads/global/products/pedge/en/Dell_Software_RAID_Functionality_White_Paper.pdf Software RAID Functionality on Dell Value Line Server]
* http://hanneksverden.blogspot.com/2010/07/fyldt-svinemrbrad-og-kartoffel.html
* [http://support.euro.dell.com/support/edocs/storage/Storlink/PERC_S100_S300/en/HTML/a5_sectb.htm#wp1181300  PERC S100 Controller or PERC S300 Controller Descriptions]
* https://www.google.dk/search?rlz=1C1CHKZ_enDK433DK433&q=fyldt+kalvem%C3%B8rbrad&um=1&ie=UTF-8&hl=en&tbm=isch&source=og&sa=N&tab=wi&ei=UK5tT_29N4bi4QSP0PW_Ag&biw=1920&bih=1075&sei=VK5tT5PULOiM4gTM_fy_Ag
* [http://communities.vmware.com/thread/241626 ESXi 4 support for Dell T110] ***
* http://madogkris.blogspot.com/2011/04/svinemrbrad-fyldt-med-spinat-og.html
* [http://en.community.dell.com/support-forums/servers/f/906/t/19327958.aspx I try to install ESXi 4.001 on a PowerEdge R210 with S100 Software Perc]
* https://www.google.dk/search?q=svinem%C3%B8rbrad+spinat&hl=en&safe=off&rlz=1C1CHKZ_enDK433DK433&prmd=imvns&source=lnms&tbm=isch&ei=m6ttT5_0AdHQ4QSe0_y_Ag&sa=X&oi=mode_link&ct=mode&cd=2&ved=0CAkQ_AUoATgK&biw=1920&bih=1075#q=svinem%C3%B8rbrad+spinat&hl=en&safe=off&sa=X&rlz=1C1CHKZ_enDK433DK433&tbm=isch&prmd=imvns&bav=on.2,or.r_gc.r_pw.r_cp.r_qf.,cf.osb&fp=66dccf4c3746aea8&biw=1288&bih=725
*


* [http://boardreader.com/thread/Quieting_a_Dell_Poweredge_T110_8kuuX17ad.html Quieting a Dell Poweredge T110] Cool Master PSU Silent Pro
* http://www.foodfanatic.dk/spaghetti-med-svinem%C3%B8rbrad-i-cremet-hvidvinsauce


=====Using Ubuntu on Hyper-V=====
* http://www.maduniverset.dk/opskrift.php/2409/Marinade-opskrifter/Ingefaermarinade
* [http://petermoulding.com/ubuntu_10.10_server_amd64 Ubuntu 10.10 server AMD64 - installation guide]
* [http://serverfault.com/questions/85401/what-is-the-proper-way-to-keep-ubuntu-server-8-04-updated What is the proper way to keep Ubuntu Server 8.04 updated?]
* [http://www.builderau.com.au/program/linux/soa/Automatically-update-your-Ubuntu-system-with-cron-apt/0,339028299,339279542,00.htm Automatically update your Ubuntu system with cron-apt]


====OpenFiler====
====Beef Jerky====
* [http://arstechnica.com/civis/viewtopic.php?f=11&t=1089531 On using a Dell T110 server for an ESXi host]
* [http://mundgericht.de/index.php/beef-jerky-trockenfleisch/ Beef Jerky – Trockenfleisch]
* [http://www.jerkyshop.dk www.jerkyshop.dk] Billigst
* [http://foodfromhome.dk foodfromhome.dk]


====Blomberg induktionskomfur====
* [http://www.ezz.dk/635326-tranistor-butw92 Blog om reperation]
* [http://www.ezz.dk/635436-induktionskomfur-giver-ikke-effekt Anden blog om reperation]
* [https://www.elfaelektronik.dk/elfa3~dk_da/elfa/init.do?item=71-133-43 Her kan man købe - Effekttransistor TO-247 NPN 250 V, BUTW 92]


====Disks====
====Online converter for video sound and documents====
* [http://www.edbpriser.dk/Product/Details.aspx?sp=all&pid=539348 Intern bay]
* [http://www.convertfiles.com/ Convert.Files - www.convertfiles.com]
* [http://www.raidsonic.de/de/products/external-cases.php?we_objectID=7530 Extern bay - esata]


====Microsoft Safety Scanner====
* [http://www.microsoft.com/security/scanner/en-us/default.aspx Microsoft Safety Scanner - Download here (msert.exe)]
The logfiles is saved in "C:\Windows\debug\msert.log"


* [http://www.wdc.com/wdproducts/library/SpecSheet/ENG/2879-701229.pdf WD Caviar® Green™ Desktop Hard Drives - Datasheets]
==== TechSmith Screen Capture Codec ====
* [http://techreport.com/articles.x/17708/1 Seagate's Barracuda LP 2TB hard drive compared to WD Caviar Green WD20EADS]
* [http://www.techsmith.com/download.html TSCC Codec]
* [http://www.overclock.net/hard-drives-storage/868325-samsung-hd204ui-performance-raid.html Samsung HD204UI Performance]
It installs and registres C:\Windows\system32\tsccvid.dll.<br>
* [http://www.overclock.net/hard-drives-storage/886768-samsung-spinpoint-f4-intel-ich10r-raid.html Samsung Spinpoint F4 Intel ICH10R RAID tests]
It can be removed from the command line (running as administrator) with the command:<br>
* [http://blog.patyuen.com/lessons/technology/openfiler-and-advanced-format-4k-drives/ Openfiler and advanced format 4k sectors drives]
Uninstall: '''tscc.exe /REMOVE'''<br>
You can verify if it is installed with [http://www.nirsoft.net/utils/installed_codec.html NirSoft's InstalledCodec].<br>
 
====Beocom 6000 secret codes ====
* 9#9#9*655 OK => After replacing battery, will charge new battery full
* 9#9#9*DOT7 (MKI)=> Enter Test Mode Menu
* 9#9#9*INT (MKII) => Enter Test Mode Menu
 
====HDMI-CEC====
* [http://code.google.com/p/cec-arduino/ cec-arduino Arduino library for communicating with HDMI CEC equipment]
* [http://www.arduino.cc/playground/Main/InterfacingWithHardware Arduino - Interfacing with Hardware]
* [http://wiki.novoflight.com/index.php?title=HDMI-CEC_Overview HDMI-CEC Overview ***]
* [http://www.pulse-eight.com/store/products/104-usb-hdmi-cec-adapter.aspx#overview Pulse Eight USB - CEC Adapter]


====Mail server====
====Xbox Live====
* [http://publib.boulder.ibm.com/infocenter/domhelp/v8r0/index.jsp?topic=/com.ibm.help.domino.admin.doc/DOC/H_DOMAIN_NAMING_SERVICE_DNS_OVER.html The Domain Name System (DNS) and SMTP mail routing]
* [http://forum.teamxbox.com/showthread.php?t=622193 XBOX Live: What you may not know]


====Blocking specific IP's from attacking your server====
====Symbol server====
* [http://www.google.dk/search?sourceid=chrome&ie=UTF-8&q=windows+server+block+ip+adresses+failing+to+authenticate#hl=en&sa=X&ei=FTXCTYO1AoODOq_03Z0I&ved=0CBQQvwUoAQ&q=windows+server+block+ip+addresses+failing+to+authenticate&spell=1&fp=bba78b9cafefc984 Google: windows server block ip addresses failing to authenticate]
* [http://msdn.microsoft.com/en-us/library/windows/desktop/ms681417(v=vs.85).aspx Using SymStore]
* [http://codehill.com/2010/02/how-to-block-ip-addresses-in-windows-server-2003/ How to Block IP Addresses in Windows Server 2003]
* [http://entland.homelinux.com/blog/2006/07/06/setting-up-a-symbol-server/ Setting up a Symbol Server]
* [http://www.iblocklist.com/lists.php I-Blocklist]
* [http://www.peerblock.com/userguide PeerBlock]


==Dell PowerEdge T110==
:\\<server>\<share>\Symbols\bin\symstore add /s \\<server>\<share>\Symbols\<company name> /t <product name> /o /r /compress /f <path to build output>
* [http://support.dell.com/support/edocs/systems/pet110/en/index.htm Dell PowerEdge T110 - Manuals]


====Windows Server====
:add - Add files to server or create an index file.
* [http://support.microsoft.com/kb/948472 How to extend the Windows Server 2008 evaluation period]
:/t Product - Name of the product.
:/o - Give verbose output.
:/r - Add files or directories recursively.
:/compress - When storing files, store compressed files on the server.
:/f File - Network path of files or directories to add.


====Raid====
:\\<server>\<share>\Symbols\bin
General overview
:\\<server>\<share>\Symbols\<company name>
* [http://www.dell.com/downloads/global/products/pedge/en/Dell_Software_RAID_Functionality_White_Paper.pdf Software RAID Functionality on Dell Value Line Servers]
:\\<server>\<share>\Symbols\ThirdParty
* [http://support.dell.com/support/edocs/storage/Storlink/PERC_S100_S300/en/index.htm Dell™ PowerEdge™ RAID Controller (PERC) S100/S300 - Manuals]


On a PERC H200 card, caching is forced to be disabled for all physical disks configured into a virtual disk, regardless of the drive type and default drive settings.
====Udfasning af glødepærer====
* [http://support.dell.com/support/edocs/storage/Storlink/H200/en/UG/HTML/features.htm Dell™ PowerEdge™ RAID Controller (PERC) H200 and 6Gbps SAS HBA User's Guide]
Europa-Kommisionen Energisparepærer
* [http://ec.europa.eu/energy/lumen/professional/index_da.htm Her finder man information, som kan være relevant for fagorganisationer (myndigheder, forbrugerorganisationer, detailhandlen, industrien osv.)]


For Microsoft Windows 2008, as long as you formatted the disk using the Windows 2008 operating sytem, the disk requires no further alignment actions.
* [http://www.osram.dk/osram_dk/Professionelle/Produktinformationer/Udfasning_af_gldepren/Generel_information/e21_Phaseout_TIM_Salesfolder_GB_16032010.pdf Liste over pærer som udfases og hvad man kan bruge i stedet for - Osram]
* [http://social.technet.microsoft.com/Forums/en-US/exchangesvrdeploy/thread/4213ada5-022b-4b4a-bed5-75fc6dccfe82/ In Windows Server 2008, partitions are automatically offset by 1 MB, which provides good alignment for the power-of-two stripe unit sizes that are typically found in hardware]
* [http://www.wattoo.dk/shop/halopin-es-33w-119899p.html HALOPIN ES 33W G9 230V]
* [http://blogs.msdn.com/b/jimmymay/archive/2009/05/08/disk-partition-alignment-sector-alignment-make-the-case-with-this-template.aspx Disk Partition Alignment (Sector Alignment): Make the Case: Save Hundreds of Thousands of Dollars]
* [http://support.microsoft.com/kb/929491 Disk performance may be slower than expected when you use multiple disks in Windows Server 2003, in Windows XP, and in Windows 2000]
* [http://download.microsoft.com/download/9/c/5/9c5b2167-8017-4bae-9fde-d599bac8184a/Perf-tun-srv.docx Performance Tuning Guidelines for Windows Server 2008(Page 30th- Block Alignment (DISKPART))]


=====How to view progress of Windows software RAID resynching on Server 2008 R2?=====
* [http://www.osram.dk/osram_dk/Professionelle/Produktinformationer/Udfasning_af_gldepren/Generel_information/Oversigt_udfasning_skema_PDF.pdf Oversigt over udfasning af gløde og halogenpærer - Osram]
# Select one of the raid drives in the ''Disk Mangement''
* [http://www.osram.dk/osram_dk/Professionelle/Produktinformationer/Udfasning_af_gldepren/Generel_information/index.html Generel information om udfasning af glødepæren - Osram]
# In the right pane under ''Actions'', select ''More Actions -> Refresh''
If you press F5 (refresh) the progress indication will disappear again. To get it back you need to close and reopen ''Computer Management''.
[[File:Server_2008_R2_resynching_disks.png]]


* [http://www.osram.dk/osram_dk/Kundeservice_%26_vrktjer/OSRAM_medarbejdere/Kontaktinformationer/index.html Osram kontaktinformationer]


Dell PowerEdge Servers – Support for very large drives (>2 TB)
* [http://www.delltechcenter.com/page/HDD+Support+for+2.5TB,+3TB+Drives+and+Beyond HDD SUPPORT FOR 2.5TB, 3TB DRIVES AND BEYOND]


====Dell PERC 6====
* [http://www.goenergi.dk/forbruger/lys-og-apparater/belysning GoEnergi]
* [http://www.dell.com/downloads/global/power/ps2q08-20080255-Dixit.pdf Introducing the Dell Perc 6 Family of SAS Raid controllers]
* [http://belysningsberegner.ens.dk/ Energistyrelsens lyskildeberegner]
* [http://support.dell.com/support/edocs/storage/RAID/perc6/en/PDF/en_ug.pdf Dell™ PERC 6/i, PERC 6/E and CERC 6/i User’s Guid]


====Disks====
* WD Caviar Green WD20EARS 2 TB
* Samsung Spinpoint F4EG HD204UI 2 TB
* Seagate Barracuda LP ST32000542AS 2 TB
Cables
* [http://www.avxperten.dk/pc-kabler/intern-pc-stroemkabel/intern-pc-stroemkabel.asp avXperten]
* [http://www.av-cables.dk/sata_kabel/sata_30_kabel_669_da/ Av-Cables.dk]


====The Best Disk write performance testing====
Lampe Line
* [http://www.passmark.com/ PassMark PC benchmark and test software - PassMark PerformanceTest]
* [http://www.lavprisvvs.dk/shop/nordlux-ripasso-mini-281352p.html Nordlux Ripasso mini pendel i grøn ø: 9 cm]
* [http://crystalmark.info/?lang=en CrystalDiskInfo (FREE)]
* [http://www.elvvs.dk/category.2929.article.87903 NORDLUX RIPASSO MINI GRØN GLASPENDEL G9 40W kr 235,94]
* [http://www.iozone.org/ IOzone - open source]


====Dell UPS 500W====
=====Løsningen=====
* [http://www.eminebea.com/content/html/en/fan_list/fpc01_mm.shtml Fan data overview - 2806KL-04W-B69 12VDC 0.39A]
: Varenavn: 66733 33 Watt ECO - G9 type fatning
* [http://www.eminebea.com/content/pdf/TMP00123/M/2806kl.pdf Datasheet - 2806KL-04W-B69 12VDC 0.39A]
: EAN-nr. 4008321208668
* [http://www.stillepc.dk/hovedgrupper/fan.htm Støjsvage blæsere]
: El-nr. 5650667335
* [https://www.elfaelektronik.dk/elfa3~dk_da/elfa/init.do?item=54-133-64&toc=20906 Muligt alternativ fra ELFA]
* [http://www.xn--elpre-ura.dk/shop/66733-33-watt-339p.html Elpære.dk - her er de billige (25,- kr)]


==APC UPS==
* [http://www.apc.com/resource/include/techspec_index.cfm?base_sku=sua1500i APC Smart-UPS 1500VA USB & Serial 230V - Replacement Battery RBC7]
* [http://www.apc.com/resource/include/techspec_index.cfm?base_sku=DLA1500I Dell Smart-UPS 1500VA USB 230V - Replacement Battery RBC7]
* [http://www.proshop.dk/ShowProduct.aspx?uid=60014&prodid=4717 RBC7 fra Proshop]


==Install SSL Certificate for SBS 2003 Exchange Server==
Shoplight
* [http://support.apple.com/kb/HT3580 iOS 3.x: List of available trusted root certificates]
* [http://www.osram.dk/osram_dk/Professionelle/Produktinformationer/Lyskilder/Shoplight_HCI/index.html Shoplight HCI]
* [https://knowledge.rapidssl.com/support/ssl-certificate-support/index?page=content&id=SO6506&actp=LIST&viewlocale=en_US How do I generate a Certificate Signing Request (CSR)]
* [http://www.osram.dk/osram_dk/Professionelle/Produktinformationer/Lyskilder/Shoplight_HCI/POWERBALL.pdf Shoplight HCI Powerball]
* [http://support.microsoft.com/default.aspx?scid=kb;en-us;Q295281 How To Renew or Create New Certificate Signing Request While Another Certificate Is Currently Installed]
* [http://www.metraco.dk Metraco belysning til erhvervslivet]
====iPhone - Exchange====
* [http://www.wattoo.dk Wattoo.dk]
* [http://www.apple.com/support/iphone/enterprise/ iPhone Support - Enterprise]
 
* [http://support.apple.com/kb/HT1421 Setting up a corporate email server for iPhone and iPod touch]
====HTC Surround====
* [http://developer.apple.com/library/ios/#featuredarticles/FA_Exchange_ActiveSync_and_iOS4_Devices/Introduction/Introduction.html Exchange ActiveSync and iOS 4 Devices]
* [http://member.america.htc.com/download/Web_materials/Manual/HTC_Surround/Surround_UM.pdf Your HTC Surround User guide]
* [http://support.apple.com/kb/DL926 iPhone Configuration Utility 3.1 for Windows]
* [http://www.mytrendyphone.dk/shop/htc-7-surround-39867p.html HTC 7 SURROUND PDAIR LÆDER TASKE - SORT]
* [http://en.wikipedia.org/wiki/List_of_HTTP_status_codes List of HTTP status codes - Wikipedia]
* [http://forum.xda-developers.com/showthread.php?t=1101344 Guide How To Pass ChevronWP7 from 7004 to 7712 MangoB2 via zune, by ansar]
* [http://www.wpcentral.com/hack-unlocked-htc-phones-gets-nodo-now Hack for unlocked HTC phones gets NoDo right now]
* [http://www.addictivetips.com/mobile/permanently-unlock-windows-phone-7-for-htc-devices-how-to/ Permanently Unlock Windows Phone 7 For HTC]
* [http://forum.xda-developers.com/showthread.php?t=1271963 INTEROP-UNLOCK for MANGO]
* [http://walshie.me/2011/03/23/how-to-remove-the-operator-and-get-your-windows-phone-updates-htc-only How to remove the operator and get your Windows Phone Updates (HTC ONLY)]
* [http://wmpoweruser.com/nokia-drive-xap-pirated-made-to-run-on-other-windows-phones/ Nokia Drive XAP pirated, made to run on other Windows Phones]


====How to identify Exchange 2003 SP Version====
====EU information====
Go to your server in Exchange System Manager, right-click your server, choose Properties, and on the General tab make a note of the version number.
* [http://www.notat.dk/ Notat - Magasin om demokrati og Europa]
* [http://www.e-pages.dk/notat/10/ Notat - read online]


Each version of Exchange Server includes a build number so that you can easily identify which version of the product you are running:
====Dæk====
* [http://www.skan-x-daek.dk SCAN-X-DÆK]
* [https://www.billigalu.dk Billig Alu]
* [http://www.daek-shoppen.dk DAEK-SHOPPEN]


:6944.4 = Exchange 2003 RTM (including SBS2003)
:7226.6 = Exchange 2003 SP1
:7638.2 = Exchange 2003 SP2


==DCP Latency==
====Quadcopter====
Eksempler på WPP og ETW findes her: ''C:\Program Files\Microsoft SDKs\Windows\v7.1\Samples\winbase\Eventing''
* [http://eirikso.com/2011/11/20/quadcopter-in-the-gustav-vigeland-sculpture-park/ Quadcopter in the Gustav Vigeland Sculpture Park]


====Jacobs firma====
* [http://www.thegeekstuff.com/2010/12/dell-hdd-fault/ How to Fix DELL PowerEdge Server E1810 HDD 1 Fault error message]


ISR and DPC latency monitor (with ETW)
====Fyldingsdøre====
* http://www.kvraudio.com/forum/viewtopic.php?t=248691
* [http://www.genbyg.dk/brugte_doere/doer_tilbehoer/laasekasser/ Låsekasser - Genbyg]
* http://www.resplendence.com/latmon
* [http://www.genbyg.dk/brugte_doere/doer_tilbehoer/haengsler/ Hamborg hængsel - Genbyg]
* http://www.osronline.com/ShowThread.cfm?link=154232 Her står hvordan det virker !!!


ISR and DPC latency monitor (with ETW)<br>
* [http://www.o-olesenogson.dk/26545831 Bygnings- og maskinsnedkeriet O.Olesen og Søn (Struer)]
So, I put together an ISR and DPC latency monitor using ETW. It shows DPC and ISR latencies including routine addressses, drivers, interrupt vectors and CPU number.
* [http://www.romsk.dk/?pid=1 Roskilde Maskinsnedkeri]
* [http://www.snedkergarden.dk/profil.html Snedkergården (Brørup)]
* [http://www.bj-bentjensen.dk/ Bent Jensen Maskinsnedkeri A/S (Ejstrupholm)]


All this is done on a best effort basis. After running for a few seconds, the ETW consumer stops receiving events for completely unknown reasons. ProcessTrace is called but events are no longer delivered to the consumer callback. I'm starting to believe ETW is not suitable for a live monitor. If I want to use the real-time logging mode events are not delivered until the trace is stopped.
====Dell GX620 til Gamer PC====
* [http://support.euro.dell.com/support/edocs/systems/opgx620/en/ug/A02/mtspecs0.htm Technical Specifications - Dell]
* [http://support.euro.dell.com/support/edocs/systems/opgx620/en//index.htm Manuals - Dell]
* [http://support.euro.dell.com/support/edocs/systems/opgx620/QRG_AMF/K8502A01.pdf Dell™ OptiPlex™ GX620 Quick Reference Guide - Dell]


While the KernelTime and ProcessorTime fields in the EVENT_TRACE_HEADER structure should report the elapsed time in clock ticks of these executions, I have found these instead to be always zero. So I had to do some work and build a table of all starting timestamps of all context switches and calculate the latency by subtracting intervals. This was not exactly straightforward because events are not guaranteed to arrive in order of execution.


So while I still need to straighten out a few things I would like to ask you to run LatencyMon and check if the values reported make sense to you, if you find any bugs or have any suggestions. I will soon add some graphics and add a bit of documentation as well so all this is still subject to evolution.
* [http://reviews.cnet.com/desktops/dell-optiplex-gx620/1707-3118_7-31420314.html Dell OptiPlex GX620 CNET Review]
* [http://en.wikipedia.org/wiki/PCI_Express PCI Express - Wikipedia]


You can download the first version of LatMon (including source of the ETW stuff)
* [http://www.videocardbenchmark.net Video Card Benchmarks - Over 350.000 Video Card Benchmarks - PassMark]
from here:
* [http://www.videocardbenchmark.net/gpu_value.html Video Card Benchmarks - Price Performance]
http://www.resplendence.com/latmon
* [http://www.videocardbenchmark.net/video_lookup.php?gpu=CONNECT+3D+RADEON+X300 Radeon X300]
* [http://www.videocardbenchmark.net/video_lookup.php?gpu=Radeon+HD+5450 Video Card Benchmarks - Radeon  HD 5450]
* [http://www.videocardbenchmark.net/video_lookup.php?gpu=Radeon+HD+5670 Video Card Benchmarks - Radeon  HD 5670]


(requires Windows Vista or later)
* [http://www.amd.com/us/products/desktop/graphics/ati-radeon-hd-5000/ati-radeon-hd-5670-overview/Pages/ati-radeon-hd-5670-overview.aspx ATI Radeon™ HD 5670 Graphics - AMD Homepage]


//Daniel
* [http://www.edbpriser.dk/Product/Details.aspx?q=radeon&sp=all&pid=4891057 XFX Radeon HD 5670 (1 GB) - Edbpriser 500,-]
* [http://www.edbpriser.dk/Product/Details.aspx?q=directx&sp=all&pid=4304824 HIS Radeon HD 5450 Silence (1 GB) - Edbpriser 331,-]


==Mortens aften==
* [http://www.24.dk/article.jsp?articleId=7291 Test af ænder]
* [http://www.braenderiet-enghaven.dk/images/stories/DeBedsteVine.dk_NYHEDSBREV_d._20-02-2010.htm Gode billige vine]


==Løvsugere==
* [http://alienbabeltech.com/main/big-gpu-shootout-part-iii-pcie-10-vs-pcie-20/all/1 Big GPU-Shootout; Part III, PCIe 1.0 vs. PCIe 2.0]
BMI Jyllingevej ECHO
=====Display=====
* [http://www.lytek.dk/shop/loevsugere-blaesere-62c1.html Hvorfor har de ikke elektriske]
* [http://accessories.euro.dell.com/sna/productdetail.aspx?c=dk&l=da&s=dhs&cs=dkdhs1&sku=613289&~ck=dellSearch&baynote_bnrank=0&baynote_irrank=1 Dell HD WLED Ultraslim S2330MX 58cm(23'') skærm VGA,DVI-D (1920x1080), 2 ms Responstid]
* [http://www.skovogpark.dk/index.php?option=com_virtuemart&page=shop.browse&category_id=18&Itemid=145 SHE 71 Vedbæk]
* [http://reviews.cnet.com/lcd-monitors/dell-s2330mx-23-inch/4505-3174_7-34859190.html Dell HD WLED Ultraslim S2330MX - CNET]
* [http://www.testberichte.de/a/laubsauger-laubblaeser/magazin/selber-machen-10-2009/179195.html Hvor blev SHE 81 af]


==XNA==
====Opening files by doubleclicking - Drag Drop====
* [http://farseerphysics.codeplex.com/ Farseer Physics Engine]
* [http://www.codeproject.com/KB/cs/SingleInstanceAppMutex.aspx C# Single Instance App With the Ability To Restore From System Tray (Using Mutex) - Codeproject]
* [http://create.msdn.com/en-US/ App hub]
* [http://www.codeproject.com/KB/cpp/avoidmultinstance.aspx Avoiding Multiple Instances of an Application - Codeproject]
* [http://create.msdn.com/en-US/education/ App hub education]
* [http://www.codeproject.com/KB/cs/CSSIApp.aspx Single-Instance C# Application - for .NET 2.0 - Using StartupNextInstance from VB in C# - Codeproject]
* [http://www.laumania.net/ Laumania.net RambukGames]
* [http://www.rambukgames.com/ RAMBUKGAMES]
* [http://silversprite.codeplex.com/ SilverSprite - Run XNA games without code changes in Silverlight 3]


==Indkøb==
=====CommandLine=====
* USB Stick til mig og Annette
* [http://msdn.microsoft.com/en-us/library/windows/desktop/bb776391(v=vs.85).aspx CommandLineToArgvW function]
* [http://www.edbpriser.dk/Product/Details.aspx?q=3ware&sp=all&pid=450114 3ware Multilane Serial Attached SCSI (SAS) internt]


=====Interprocess Communications=====
* [http://msdn.microsoft.com/en-us/library/windows/desktop/aa365574(v=vs.85).aspx Interprocess Communications - MSDN]
* [http://msdn.microsoft.com/en-us/library/ms742522.aspx WPF and Win32 Interoperation - MSDN]


=====Named pipes=====
* [http://technet.microsoft.com/en-us/sysinternals/dd581625.aspx PipeList - Sysinternals]
* [http://msdn.microsoft.com/en-us/library/windows/desktop/aa365783(v=vs.85).aspx Pipe Names - MSDN]


* Power kabler
======C++======
* [http://somebastardstolemyname.wordpress.com/2007/06/03/c-named-pipes/ C++ Named Pipes]
* [http://msdn.microsoft.com/en-us/library/windows/desktop/aa365592(v=vs.85).aspx Named Pipe Client - MSDN]


* [http://www.edbpriser.dk/Product/Details.aspx?q=keyboard&pid=420195 Logitech diNovo Mini (Dansk) (Bluetooth)]
======C#======
* Printerblæk
* [http://www.switchonthecode.com/tutorials/dotnet-35-adds-named-pipes-support .NET 3.5 Adds Named Pipes Support]
* [http://msdn.microsoft.com/en-us/library/bb546085.aspx How to: Use Named Pipes to Communicate Between Processes over a Network]


=====File Mapping=====
* [http://msdn.microsoft.com/en-us/library/windows/desktop/aa366551(v=vs.85).aspx Creating Named Shared Memory - MSDN]
* [http://msdn.microsoft.com/en-us/library/windows/desktop/aa366883(v=vs.85).aspx Using File Mapping]


* [http://www.carcomm.eu/news/htc-desire-hd/ Carcomm HTC Desire HD bilholder]
=====Drag Drop using SendMessage=====
* [http://www.brodit.com/?main=productinformation.jsp&anr=512198 Brodit HTC Desire HD bilholder]
* [http://www.codeguru.com/csharp/csharp/cs_graphics/screencaptures/print.php/c16045 FindWindow: Finding Window Handles - Codeguro]
* [http://hemorrdroids.net/htc-desire-hd-brodit-car-mount/ Brodit HTC Desire HD bilholder - anmeldelse]
* [http://bobobobo.wordpress.com/2008/01/31/how-to-create-a-basic-window-in-c/ How to create a basic Window in C++ (SIMPLEST WINDOWS PROGRAM)]
* [http://www.mobilefun.co.uk/htc-desire-hd-car-upgrade-kit-cu-s400-p26536.htm HTC Desire HD Car Upgrade Kit - CU S400]
======WM_DROPFILES======
* [http://answers.microsoft.com/en-us/windows/forum/windows_7-files/file-drag-n-drop-via-wmdropfiles-doesnt-work-in/d172ed8c-1a5b-e011-8dfc-68b599b31bf5 File Drag n Drop Via WM_DROPFILES Doesn't Work in Windows 7?]
* [http://stackoverflow.com/questions/2070740/drag-drop-using-sendmessage Drag Drop using SendMessage - Stackoverflow]
* [http://forums.fanatic.net.nz/index.php?showtopic=18873 How to send a file programmatically C#]
* [http://us.generation-nt.com/send-hdrop-data-wm-dropfiles-message-help-24589542.html Send HDROP data with WM_DROPFILES message]
* [http://social.msdn.microsoft.com/forums/en-US/winforms/thread/ccee7ae6-75ca-4916-89cf-a099d12074a7 send message to other process]
======WM_COPYDATA======
* [http://msdn.microsoft.com/en-us/library/windows/desktop/ms648710(v=vs.85).aspx Data Copy - The data copy feature enables you to send data from one application to another WM_COPYDATA - MSDN]
* [http://msdn.microsoft.com/en-us/library/windows/desktop/ms649009(v=vs.85).aspx Using Data Copy - MSDN] Example demonstrating how to send information between two applications using the WM_COPYDATA message.
* [http://www.codeproject.com/KB/threads/ipc_wmcopy.aspx Inter-Process Communication using WM_COPYDATA - C++ - Codeproject]
* [http://www.codeproject.com/KB/cs/ipc_wmcopy.aspx Inter-Process Communication with C# - Codeproject]


==Mediaportal remote - iPiMP - a Smartphone web interface to MediaPortal==
=====Interprocess Communication Between .NET and MFC Using WM_COPYDATA=====
* [http://forum.team-mediaportal.com/ipimp-518/ iPiMP forum]
* [http://www.codeproject.com/KB/threads/InterprocessCommunicator.aspx?display=Print Interprocess Communication Between .NET and MFC Using WM_COPYDATA - CodeProject]
* [http://code.google.com/p/ipimp/wiki/iPiMPWiki iPiMPWiki]
 
* [http://code.google.com/p/ipimp/wiki/Introduction An introduction to iPiMP - a Smartphone web interface to MediaPortal]
=====Windows Messages=====
* [http://msdn.microsoft.com/en-us/magazine/cc163417.aspx Handling Messages in Console Apps - MSDN Magazine]
* [http://stackoverflow.com/questions/1456010/whats-a-good-way-to-debug-windows-message-content-and-destination What's a good way to debug Windows message content and destination? - Stackoverflow]


==MailIT==
* F:\MailIT\Dokumentflet
* F:\MailIT\MailITPDFfiler


* Opsætning foretages i Navsion via SALG OG MARKETING --> EXPANDIT MAILIT --> RAPPORTER --> RAPPORTOPSÆTNING på fanerne PDF-fil og Fletning.
=====Drag and Drop=====
* [http://www.wpftutorial.net/DragAndDrop.html Drag and Drop in WPF -WPF -Tutorial.net]
* [http://www.codeproject.com/KB/shell/explorerdragdrop.aspx How to Implement Drag and Drop Between Your Program and Explorer]


==Howto Patch .NET managed EXE to run as x86 on x64 bit computer==
* [http://blogs.msdn.com/b/jaimer/archive/2007/07/12/drag-drop-in-wpf-explained-end-to-end.aspx http://blogs.msdn.com/b/jaimer/archive/2007/07/12/drag-drop-in-wpf-explained-end-to-end.aspx]
There is a 32BIT flag in the CorFlags section of the header of a portable executable image that tells Windows if the EXE should be allowed to run as 64 bit application x64 bit Windows.<br>
* [http://blogs.msdn.com/b/jaimer/archive/2007/07/12/drag-drop-in-wpf-part2.aspx Drag & drop in WPF part2 ...]
If this flag is set, the application will run as x86 on both x86 and x64 bit machines.<br>
* [http://blogs.msdn.com/b/jaimer/archive/2007/07/12/drag-drop-in-wpf-part-3-the-results-and-code.aspx Drag & Drop in WPF.. part 3 .. the results and code...]


To set the flag and force application to run as x86 use:<br>
* [http://www.codeproject.com/KB/dialog/FindWindow.aspx FindWindow is a tool for searching windows/controls - Codeporject]
'''CorFlags.exe assembly.exe /32BIT+'''<br>


CorFlags.exe is located in "C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin" or one of the other folders win SDK bin's.
=====Set filetype association=====
* [http://mel-green.com/2009/04/c-set-file-type-association/ C#: Set File Type Association]
* [http://msdn.microsoft.com/en-us/library/ee872121(v=VS.85).aspx Application Registration - MSDN]


* [http://msdn.microsoft.com/en-us/library/ms164699(VS.80).aspx CorFlags Conversion Tool (CorFlags.exe) - MSDN]
====Getting android source====
Google's howto:
# [http://source.android.com/source/initializing.html Initializing a Build Environment]
# [http://source.android.com/source/downloading.html Downloading the Source Tree]


==Kogebøger==
* How to get android source from GitHub using repo https://plus.google.com/100301252568537087423/posts/3NngLGAjVgG
* [http://www.mad.henning-holler.dk/index.html Hollers kogebog - Tapas]
* http://www.yggenyk.dk/wiki/Kold_kartoffelsalat_med_gr%C3%B8nne_b%C3%B8nner_og_kapers


==Rendering, zooming and printing with WPF==
====Python====
* [http://msdn.microsoft.com/en-us/library/system.windows.controls.canvas.aspx Canvas Class]
* [http://pygame.org/docs/tut/newbieguide.html A Newbie Guide to pygame]
* [http://msdn.microsoft.com/en-us/library/ms608740.aspx VisualTreeHelper.GetDescendantBounds Method]
* [http://www.py2exe.org/ py2exe]
* [http://msdn.microsoft.com/en-us/library/system.windows.uielement.rendersize.aspx UIElement.RenderSize Property]
* [http://www.py2exe.org/index.cgi/Tutorial py2exe Tutorial]


* [http://www.google.dk/search?sourceid=chrome&ie=UTF-8&q=clone+visual+tree Google - Clone Visual Tree]
====Metro style====
* [http://www.slickthought.net/post/2009/05/26/Visual-Tree-Printing-in-WPF-Applications.aspx Visual Tree Printing in WPF Applications]
The goal of MahApps.Metro is to allow devs to quickly and easily cobble together a "Metro" UI for their WPF4+ apps, with minimal effort
* [http://www.switchonthecode.com/tutorials/printing-in-wpf Printing in WPF]
* [http://www.theleagueofpaul.com/metro MahApps.Metro]
* [http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/496f4f1c-8a1a-4f8f-a231-9d432268ebb8 Can PrintVisual use another resolution than 96 DPI?]
* [http://www.syncfusion.com/downloads/metrostudio Syncfusion Metrostudio]
* [http://cid-fd9a0f1f8dd06954.office.live.com/browse.aspx/Public/Code%20Samples/WPF VisualCopyDemo]
* [http://elysium.codeplex.com/ Elysium]
* [http://msdn.microsoft.com/en-us/magazine/dd263097.aspx Render Text On A Path With WPF]


==XAML Guidelines==
====OnPropertyChanged====
* [http://www.cookingwithxaml.com/content/xamlguidelines/xamlGuidelinesDraft0.pdf XAML Guidelines]
* [http://code.google.com/p/notifypropertyweaver/ Notifypropertyweaver]


==Localization in WPF==
====Azure====
* [http://robertoschiabel.wordpress.com/2010/01/31/wpf-add-localization-via-resx-files/ WPF: add localization via resx files]
* [http://blogs.msdn.com/b/henrikwh/archive/2012/03/21/har-du-msdn-s-229-har-du-gratis-azure.aspx?goback=%2Egde_1837948_member_102516081 Har du MSDN, så har du gratis Azure!]
For at aktivere dine fordele, skal du [https://msdn.microsoft.com/en-us/subscriptions/manage logge på din MSDN konto] og vælge "Activate Windows Azure".


==Resources in WPF==
====Google App Engine====
* [http://csharpsimplified.wordpress.com/2009/02/16/resources-in-wpf-i-binary-resources/ Resources in WPF – I (Binary Resources)]
* [https://developers.google.com/appengine/ Google App Engine]
* [http://csharpsimplified.wordpress.com/2009/02/17/resources-in-wpf-ii-logical-resources/ Resources in WPF – II (Logical Resources)]


==Zooming med WPF==
====Helium Voice====
* [http://geekswithblogs.net/lbugnion/archive/2009/04/05/using-a-behavior-to-magnify-your-wpf-applications.aspx Using a Behavior to magnify your WPF applications - GalaSoft]
* [http://www.dspdimension.com/admin/pitch-shifting-using-the-ft/ Pitch Shifting Using The Fourier Transform]
* [https://sites.google.com/site/mikescoderama/pitch-shifting Pitch Shifting in C#]


* [http://stackoverflow.com/questions/741956/wpf-pan-zoom-image WPF - Pan & Zoom Image - stackowerflow]
* [http://www.dsprelated.com/showmessage/127126/1.php Helium Voice effect algorithm]
* [http://www.vbdotnetheaven.com/UploadFile/raj1979/WPFVisualBrush01302009004450AM/WPFVisualBrush.aspx How to use Visual Brush in WPF]
* [http://www.epiphyte.ca/proj/vocoder Zerius Vocoder - epiphyte.ca]


* [http://www.codeproject.com/KB/dialog/WPFWindowFinder.aspx WPF WindowFinder Tool]


* [http://windows-presentation-foundation.com/WPF_Layout_Viewbox.aspx ViewBox - windows-presentation-foundation.com]
=====Usorteret=====
* [http://en.wikipedia.org/wiki/Morse_code Morse code - Wikipedia]
* [http://homepages.tesco.net/~a.wadsworth/MBcode.htm THE MORSE CODE]
* [http://en.wikipedia.org/wiki/Telegraph_key Telegraph key - Wikipedia]
* [http://morse-rss-news.sourceforge.net/ Morse Code Tools]


* [http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/ba5ae36c-324f-4220-be76-464eab74d475 Data binding to a VisualBrush viewbox]


==Design time data in WPF==
* [http://en.wikipedia.org/wiki/Helium Helium - Wikipedia]
* [http://www.galasoft.ch/mydotnet/articles/article-2007091401.html WPF: Simulating data in design mode in Microsoft Expression Blend - GalaSoft]
* [http://msdn.microsoft.com/en-us/library/ff769512(v=vs.92).aspx How to: Use the Application Deployment Tool for Windows Phone]
* [http://www.arrangeactassert.com/how-to-use-designdata-to-populate-controls-with-design-time-data-in-silverlight-and-wpf/ How To Use DesignData To Populate Controls With Design Time Data In Silverlight And WPF]


==Routed Events in WPF==
* [http://www.wpftutorial.net/RoutedEvents.html Routed Events]


==Data Binding in WPF==
* [http://msdn.microsoft.com/en-us/magazine/cc163299.aspx Data Binding in WPF]
* [http://msdn.microsoft.com/en-us/library/ms752347.aspx Data Binding Overview]


==Brushes in WPF==
* [http://msdn.microsoft.com/en-us/library/aa970904.aspx WPF Brushes Overview - MSDN]
* [http://msdn.microsoft.com/en-us/library/system.windows.media.tilebrush.viewbox.aspx TileBrush .Viewbox Property - MSDN]
* [http://msdn.microsoft.com/en-us/library/system.windows.media.imagebrush.imagesource.aspx ImageBrush .ImageSource Property - MSDN]


==Silverlight==
<silverlight width="700" height="400">HelloWorldSilverlight.xap</silverlight>
<silverlight width="150" height="600">MediaWikiMenu.xap</silverlight>


==Stegetider og opskrifter==
* [http://en.wikipedia.org/wiki/SMS SMS - Wikipedia]
* [http://www.svinegodt.dk/smcms/Svinegodt/I_koekkenet/Tilberedning/2884/Index.htm?ID=2884 Stegning i ovn
 
– mørt og ikke tørt, STOP i tide]
=====Phone 7=====
DMI
* [http://www.dmi.dk/dmi/index/danmark/android-iphone-telefoner/brug_af_dmi-data_i_mobilapplikationer.htm DMI Brug af DMI's data i mobilapplikationer]
* [http://www.dmi.dk/dmi/index/danmark/android-iphone-telefoner.htm Android- og iPhone-telefoner DMI]
* [http://www.windowsphone.com/da-DK/apps/a665728c-d2e4-4c9d-ad4b-b1ef924cd641 Dansk Byvejr]
* [http://silverbullet.dk/index.php?option=com_content&view=article&id=71:vejrudsigten-fra-dmi-wp7&catid=20:software&Itemid=33 Vejrudsigten fra DMI (Phone 7)]


==Open Source OCR==
Tesseract is a free software optical character recognition engine that was originally developed as proprietary software at Hewlett-Packard between 1985 and 1995. After ten years without any development taking place, Hewlett Packard and UNLV released it as open source in 2005. Tesseract is currently developed by Google and released under the Apache License, Version 2.0
* [http://code.google.com/p/tesseract-ocr/ tesseract-ocr
An OCR Engine that was developed at HP Labs between 1985 and 1995... and now at Google]
* [http://sourceforge.net/projects/tesseract-ocr/ Tesseract OCR - old Sourceforge homepage]
* [http://www.irfanview.info/plugins/kadmos/ KADMOS for Irfanview - NOT OPEN SOURCE]


==Kopibeskyttelse af .NET programmer==
Lumos
====Produckt keys ====
* [http://www.locked.nl/wp7-flashlight-getting-started Windows Phone Flashlight: Getting started]
Hi!<br>
* [http://harrypotter.wikia.com/wiki/Wand-Lighting_Charm  (Lumos) is a charm that causes the tip of the caster's wand to emit a warm glow]
* [http://www.windowsphonegeek.com/tips/all-about-wp7-isolated-storage-files-and-folders All about WP7 Isolated Storage - Files and Folders]
Code samples
* [http://msdn.microsoft.com/en-us/library/ff431744(v=VS.92).aspx Code Samples for Windows Phone]
Reverse Engineer
* [http://mktwp7.codeplex.com/ Marketplace Browser and Downloader for Windows Phone 7]
* [http://thewp7phones.com/ THEWP7PHONES Place for cracked games & apps for Windows Phone 7]
* [http://www.securityninja.co.uk/application-security/windows-phone-app-analyser-v1-0-released-today-2/ Windows Phone App Analyser v1.0 released today]
* [http://sourceforge.net/projects/wpaa/ Windows Phone App Analyser]


I've finished developing a windows application, but now I am faced with a dilemma on producing two versions of the software: evaluation copy and full version. Specifically, the software won’t utilize the internet for the verification of the product key. Can anyone help me to get started with creating license keys?<br>
AgFx Windows Phone App and Data Caching Framework
* [http://agfx.codeplex.com/ AgFx Windows Phone Application Data Caching Framework]


Thanks.<br>
UDP Sockets
* [http://msdn.microsoft.com/en-us/library/hh202864(v=vs.92).aspx How to: Create and Use a UDP Socket Client Application for Windows Phone]
* [http://stackoverflow.com/questions/6968029/sockets-in-windows-phone-7-works-fine-in-emulator-but-not-on-the-phone Sockets in Windows Phone 7 works fine in emulator but not on the phone]
* [http://www.codeproject.com/KB/windows-phone-7/ZuneDetectAndNetworking.aspx Zune Detection and Network Awareness]
* [http://msdn.microsoft.com/en-us/library/gg180729(v=vs.92).aspx How to: Use the Connect Tool for Windows Phone]
* [http://mikaelkoskinen.net/post/wp7-sockets-tutorial-sending-messages.aspx Windows Phone 7 Sockets: How to send a message]


jonorossi:<br>
Portrait and landscape orientation on Windows Phone
Here is a pile of licensing solutions that you might want to browse through, even the good ones that I have heard heaps of people talk about aren't that expensive for the amount of hours you would spend doing it yourself<br>
* [http://msdn.microsoft.com/en-us/library/ff769553(v=vs.92).aspx How to: Handle Orientation Changes on Windows Phone]


-----------------------------------------------------------------<br>
AForge.NET
* [http://www.aforgenet.com/framework/ AForge.NET]
* [http://code.google.com/p/aforge/ AForge.NET - code.google.com]
* [http://accord-net.origo.ethz.ch/ Accord.NET Framework]
* [http://www.aforgenet.com/projects/iplab/downloads.html AForge Image Processing Lab IPLab]


Desaware Licensing System<br>
Shape detection
http://www.desaware.com/products/licensingsystem/index.aspx<br>
* [http://www.aforgenet.com/framework/docs/html/15ef1e79-a7ae-93d4-507e-34961c6562ec.htm SimpleQuadrilateralTransformation Class]
Price: Expensive at $1495<br>
* [http://www.aforgenet.com/framework/docs/html/2c8218cc-921c-34d8-5c88-39c652488490.htm SobelEdgeDetector Class]
* [http://www.aforgenet.com/articles/shape_checker/ AForge Detecting some simple shapes in images]
* [http://www.aforgenet.com/forum/viewtopic.php?f=4&t=1637 AForge Image Deskewing distortion(of co-ordinates) issue]


Licensing .Net Pro<br>
* [http://en.wikipedia.org/wiki/Shear_mapping Shear mapping]
http://www.licensingdotnet.com/<br>
Price: Bargan from $29.95 (limited time)<br>


OpenLicense<br>
* [http://unpaper.berlios.de/ unpaper - post-processing scanned and photocopied book pages]
http://openlicense.tigris.org/<br>
http://www.spextreme.com/openlicense/openlicense.aspx<br>
Price: Free<br>


Infralution Licensing System<br>
http://www.infralution.com/licensing.html<br>
Price: $80<br>


LM-X<br>
http://www.x-formation.com/LM-X/<br>
Price: Cannot find one, I cannot find a page to buy this one which isn't a good thing for them<br>


XHEO Licensing<br>
http://www.xheo.com/products/enterprise/licensing/<br>
Price: $289<br>


Shareware Starter Kit<br>
MVVM Light Toolkit
http://blogs.msdn.com/danielfe/archive/2005/07/10/437293.aspx<br>
* [http://mvvmlight.codeplex.com/ MVVM Light Toolkit]
Price: Free<br>
This solution requires the internet for licensing<br>


DreamKey<br>
Expression Blend
http://www.fingoo.net/lib/asp/packages.asp<br>
* [http://www.dotnetcurry.com/ShowArticle.aspx?ID=348 Expression Blend 3 and the New 'Make Into Control' Feature]
Price: 2.9% or 3.9% of sales<br>


-----------------------------------------------------------------<br>
* [http://msdn.microsoft.com/en-us/library/ff724009(v=expression.40).aspx To add an EventTrigger]


Here is one artlcle about getting info from the user's computer that you could use to identify that the license will only work on their machine:<br>
HOW TO DO COMMAND BINDING FOR APPLICATION BAR WITH APPBARUTILS IN XAML?
Retrieving Hardware Identifiers in C# with WMI<br>
* [http://www.windowsphonegeek.com/articles/How-to-Use-AppBarUtils-in-XAML- http://www.windowsphonegeek.com/articles/How-to-Use-AppBarUtils-in-XAML-]
http://www.eggheadcafe.com/articles/20030511.asp<br>
* [http://msdn.microsoft.com/en-us/library/hh202979(v=VS.92).aspx How to: Create, Delete, and Update Tiles for Windows Phone]


This article looks alright, but from just skimming through it, it looks like it is using very simple encryption:<br>
* [http://msdn.microsoft.com/en-us/library/bb203897(v=XNAGameStudio.31).aspx TUTORIAL: Going Beyond: XNA Game Studio in 3D]
License Key Generation<br>
** [http://msdn.microsoft.com/en-us/library/bb197293(v=XNAGameStudio.31).aspx Tutorial 1: Displaying a 3D Model on the Screen]
http://www.codeproject.com/dotnet/LicenseKeyGeneration.asp<br>
** [http://msdn.microsoft.com/en-us/library/bb203896(v=XNAGameStudio.31).aspx Tutorial 2: Making Your Model Move Using Input]
** [http://msdn.microsoft.com/en-us/library/bb203895(v=XNAGameStudio.31).aspx Tutorial 3: Making Sounds with XNA Game Studio]
** [http://msdn.microsoft.com/en-us/library/bb975644(v=XNAGameStudio.31).aspx Tutorial 4: Make a Game in 60 Minutes]
** [http://msdn.microsoft.com/en-us/library/bb975645(v=XNAGameStudio.31).aspx Tutorial 5: Adding Multiplayer and Networking Support to the Game]


This one looks good, it uses a XML formatted license but it uses RSA to store the license key:<br>
Dropbox
Using XML Digital Signatures for Application Licensing<br>
* [http://dkdevelopment.net/2010/05/18/dropbox-api-and-restsharp-for-a-c-developer/ Dropbox API and Restsharp for a C# Developer - DK Development]
http://www.codeproject.com/dotnet/xmldsiglic.asp<br>
* [http://dkdevelopment.net/tag/dropbox/ Dropbox for Windows Mobile - DK Development]


Here is another article that uses RSA and XML that is easy to understand.<br>
=====iPhone=====
* [http://www.pcworld.com/article/159627/howto_use_your_iphone_as_a_wireless_laptop_modem.html iPhone som modem]


Really Simple Licensing Scheme for .NET<br>
http://jclement.ca/devel/dotnet/reallysimplelicensing.html<br>


-----------------------------------------------------------------<br>
* [http://www.agilemobile.com/iphone.html  Agile Mobile iPhone Software The worlds best MSN®, ICQ®, AIM®, Yahoo® & Google Talk®]


Those are a few commerial solutions and a few sample licensing apps. It might be easier and cost less (because time is money) to purchase a commerial solution because then you have support and upgrades.<br>
* Pinkodehusker http://www.sydbank.dk/privat/produkter/kort/pinkode-husker
* TV Spil
* Bluetooth Lego
* Støjfrit foto af mange billeder
* Helium talk
* Opret billede af dokument
* Guitar Tuner
* Morse og koder
* Kogebog billeder
* Oscilliscope http://projectproto.blogspot.com/2010/09/android-bluetooth-oscilloscope.html
* FFT (Signal analysis)
* Room correction
* Salmonsens konversationsleksikon
* http://runeberg.org/
* http://runeberg.org/download.pl?mode=work&work=salmonsen
* http://runeberg.org/admin/19990511.html
* OCR
# http://stackoverflow.com/questions/850717/what-are-some-popular-ocr-algorithms
# http://www.discover.uottawa.ca/~qchen/my_papers/master_thesis.pdf
#
* Face / image recognition
# http://www.face-rec.org/algorithms/
# http://www.techcrunch.com/2008/04/27/google-experiments-with-next-generation-image-search/
# http://www.google.com/search?hl=en&q=pagerank+for+product+image+search&sourceid=navclient-ff&rlz=1B3GGGL_enDK266DK266&ie=UTF-8
* Games
* Korteste/hurtigste cykel vej


Let me know if you need anything else, Jono
====Ikon design====
* [http://www.gimpusers.com/tutorials/3d-icons-in-gimp Tutorial: Creating 3D icons in Gimp]


====Detecting if the application is being debugged====
====Sætningsskema / feltskema====
* [http://blogs.msdn.com/b/jmstall/archive/2006/07/03/managed-vs-native-apis.aspx Managed vs. Native debugging APIs]
* [http://sprogmuseet.dk/grammatik-2/jagten-pa-sproglige-universalier/ Jagten på sproglige universalier]
====MP970====
* [http://canon-resetter-repair.blogspot.com/ Complete CANON Printer Resetter, Repair and Troubleshooting]
* [http://www.printerproblemsolved.co.uk/index.php?model_id=7 Printer problems and solutions for the Canon PIXMA MP970]
* Google: mp970 ink absorber
* Google: mp970 ink waste


==CHM to PDF===
====Error 5100 on Canon printers====
* [http://www.theta-software.com/ CHM To PDF Converter - Theta - Software]
* [http://fix-your-printer.blogspot.com/2009_03_01_archive.html Fix your printer ! - Reset printers and cartridge. Printers problem solving,tips, tricks and tutorial]
* [http://www.processtext.com/abcchm.html ABC Amber CHM Converter]
Clean the timing strip
* [http://www.colorpilot.com/chm2pdf.html CHM2PDF Pilot]
* [http://www.soft-manufaktura.ru/manual/hp/mp500sm.pdf PIXMA MP500 SERVICE MANUAL]
* [http://www.soft-manufaktura.ru/manual/hp/mp800sm.pdf PIXMA MP800 SERVICE MANUAL]
* [http://www.wraithtdk.com/filedump/MP830/Canon%20PIXMA%20MP830%20Service%20Manual.pdf PIXMA MP830 SERVICE MANUAL]
* [http://pixma.ulmb.com/?p=226 Canon Service Call Error codes]
* [http://www.usa.canon.com/cusa/support/consumer/printers_multifunction/pixma_mp_series/pixma_mp830#ServiceAndSupport Canon - Home / Support & Drivers / Consumer & Home Office / Printers & Multifunction / PIXMA MP Series / PIXMA MP830]


==Recover PDF passwords==
====Vista Print Spooler Stopping====
* [http://sourceforge.net/projects/pdfcrack/ pdfcrack open source for Linux]
Delete all files in C:\Windows\System32\spool\PRINTERS
* [http://blog.rubypdf.com/pdfcrack/ pdfcrack for windows]
* [http://www.amphis-software.com/tech-tips/vista-print-spooler-stopping.htm Vista Print Spooler Stopping]
 
====DataGrid Styling====
* [http://stackoverflow.com/questions/5303470/change-wpf-datagrid-column-header-style-menu-visibility-in-code-behind Change WPF DataGrid Column Header Style, Menu Visibility in Code Behind?]
* [http://stackoverflow.com/questions/3133097/wpf-datagrid-template-removes-ability-to-resize-columns WPF Datagrid template removes ability to resize columns]
* [http://stackoverflow.com/questions/4371554/wpf-datagrid-automatic-column-resizing-logic WPF - DataGrid - Automatic Column Resizing Logic]
* [http://webcache.googleusercontent.com/search?q=cache:X0Ib8W9MzC0J:www.wpftutorial.net/DataViews.html+cast+ilist+to+CollectionViewSource&cd=9&hl=da&ct=clnk&source=www.google.com How to Create and Use a CollectionView]
* [http://blogs.msdn.com/b/jgoldb/archive/2008/08/26/improving-microsoft-datagrid-ctp-sorting-performance.aspx Improving Microsoft DataGrid CTP sorting performance]
* [http://www.wpftutorial.net/DataGrid.html WPF DataGrid Control....]
* [http://msdn.microsoft.com/en-us/library/ms745786.aspx How to: Sort a GridView Column When a Header Is Clicked]
* [http://waxtadpole.wordpress.com/2009/11/04/wpf-setting-default-sort-order-for-datagrid-without-using-a-static-resource/ WPF Setting Default Sort Order For Datagrid Without Using A Static Resource]
* [http://stackoverflow.com/questions/1627149/pre-sorting-a-datagrid-in-wpf Pre-sorting a DataGrid in WPF]
* [http://www.4guysfromrolla.com/articles/012308-1.aspx Extending the GridView to Include Sort Arrows *** Nice article]
* [http://blog.smoura.com/wpf-toolkit-datagrid-part-ii-custom-styling/ WPF Toolkit DataGrid, Part II – Custom styling]
* [http://blogs.msdn.com/b/jaimer/default.aspx?PageIndex=1&PostSortBy=MostViewed Styling Microsoft’s WPF datagrid]
* [http://blogs.msdn.com/b/vinsibal/archive/2008/08/29/wpf-datagrid-tri-state-sorting-sample.aspx WPF DataGrid: Tri-state Sorting sample]
* [http://blogs.msdn.com/b/vinsibal/archive/2008/08/27/more-datagrid-samples-custom-sorting-drag-and-drop-of-rows-column-selection-and-single-click-editing.aspx More DataGrid Samples: Custom Sorting, Drag and Drop of rows, Column Selection, and Single-click Editing]
* [http://msdn.microsoft.com/en-us/library/ff407126.aspx How to: Group, Sort, and Filter Data in the DataGrid Control]
* [http://blogs.msdn.com/b/jaimer/archive/2009/01/20/styling-microsoft-s-wpf-datagrid.aspx Styling Microsoft’s WPF datagrid]
* [http://www.codeproject.com/KB/WPF/WPFDataGridExamples.aspx# WPF DataGrid Practical Examples]
* [http://blogs.u2u.be/diederik/2009/09/default.aspx Validation in a WPF DataGrid]


==Den skaldede kok's kartoffelsalat==


* 1 kg kartofler


* 3/4 dl æbleeddike
* [http://msdn.microsoft.com/en-us/library/ms743737.aspx Adorners Overview]
* 1/4 tsk friskkværnet sort peber
* 1/2 dl hakket persille
* 2 store knuste fed hvidløg
* 3/4 dl dijonsennep
* 1/2 tsk salt
* 3/4 dl olivenolie
* 3/4 dl mayonnaise


Kog kartoflerne i letsaltet vand med lidt citronsaft - syren fra citronen holder bid i de nye kartofler.<br>
====MacBook====
Skær kartoflerne i skiver når de er kogt.<br>
* [http://support.apple.com/kb/ht1379 Resetting your Mac's PRAM and NVRAM]
Bland dressingen mens kartoflerne koger.<br>
* [http://support.apple.com/kb/ht1533 Startup key combinations for Intel-based Macs]
Når kartoflerne er afkølede, kommes dressingen over.<br>
* [http://www.powerbookmedic.com/manual.php?id=57 MacBook 13" (A1342) Take Apart Video]
Kom lidt i ad gangen, så der ikke kommer for meget dressing, og det hele svømmer.<br>
==Madleksikon==
Ansjoser
* [http://ekstrabladet.dk/kup/fodevarer/article1378062.ece Mick og ansjosmysteriet]
==Politikens opskrifter Tjek.dk==
* [http://politiken.dk/tjek/tjekmad/tjekopskrifter/article736083.ece Fyldte auberginer]


==AGM Batterier==
=====Read Mac harddrive from Windows=====
* http://www.scanbrit.dk/varekatalog_vis.asp?id=733
* [http://www.mediafour.com/products/macdrive/standard/ MacDrive Standard - Read Mac Drives from Windows - 5 days trial]
* http://www.scanbrit.dk/upload/pdf/6fm75.pdf
* [http://www.catacombae.org/hfsx.html HFSExplorer - open source]
* http://www.bue-net.dk/product_info.php?products_id=6622 845,-
* http://www.marinetorvet.dk/visprodukt.asp?ProduktID=1752 999,-
* http://www.harald-nyborg.dk/merinfo.asp?varenr=6674&n=10 895,-


==Open source S.M.A.R.T Disk tool==
====Embedded WiFi====
* [http://crystalmark.info/?lang=en CrystalDiskInfo - CrystalDiskMark]
* [http://www.digi.com/products/wireless-wired-embedded-solutions/solutions-on-module/rabbit-minicore/ MiniCore® RCM5600W Series]
* [http://sourceforge.jp/projects/crystaldiskinfo/ CrystalDiskInfo SourceForge.jp]
* [http://www.c88.dk/print.asp?menu=133&side=280  RCM5600W fra C88]
CrystalDiskInfo  is a HDD/SSD utility software which supports S.M.A.R.T and a part of USB-HDD.
* [http://sourceforge.jp/projects/crystaldiskmark/ CrystalDiskMark]
CrystalDiskMark is a disk benchmark software.


* [http://smartmontools.sourceforge.net/  
====Blandede links====
smartmontools
* [http://www.damonkohler.com/2009/02/android-recipes.html Android Recipes and Snippets]
Search: ]
* [http://www.softwarepassion.com/android-series-custom-listview-items-and-adapters/ Android Series: Custom ListView items and adapters]
The smartmontools package contains two utility programs (smartctl  and smartd) to control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (SMART) built into most modern ATA and SCSI harddisks. In many cases, these utilities will provide advanced warning of disk degradation and failure.


* [http://gsmartcontrol.berlios.de/home/index.php/en/Home GSmartControl - Hard disk drive health inspection tool]
* [http://developer.android.com/guide/topics/ui/ui-events.html Handling UI Events]
GSmartControl is a graphical user interface for smartctl (from [http://smartmontools.sourceforge.net/ smartmontools] package), which is a tool for
* [http://developer.android.com/guide/topics/ui/binding.html Binding to Data with AdapterView]
querying and controlling SMART (Self-Monitoring, Analysis, and Reporting
* [http://developer.android.com/resources/tutorials/views/hello-spinner.html Android Spinner control]
Technology) data on modern hard disk drives. It allows you to inspect the
* [http://coderzheaven.com/2011/02/19/how-to-set-an-item-selected-in-spinner-in-android/ How To Set An Item Selected In Spinner In ANDROID?]
drive's SMART data to determine its health, as well as run various tests on
<source lang="java">
it.
ArrayList<String> entries = new ArrayList<String>(Arrays.asList("List Item A", "List Item B"));
 
ArrayAdapter<String> arrAdapt = new ArrayAdapter<String>(this, R.layout.list_item, entries);
==Application settings in .NET==
arrAdapt.setNotifyOnChange(true);
* [http://msdn.microsoft.com/en-us/library/cftf714c.aspx Settings Page, Project Designer- MSDN]
arrAdapt.add("List Item C");
* [http://msdn.microsoft.com/en-us/library/system.windows.window.closing.aspx Window.Closing Event - MSDN]
</source>
* [http://msdn.microsoft.com/en-us/library/system.configuration.applicationsettingsbase_members.aspx ApplicationSettingsBase Members - MSDN]
* []
* [http://www.bearcanyon.com/dotnet/ Mike Woodring's .NET Sample Page]
* [http://developer.android.com/reference/android/os/PowerManager.WakeLock.html PowerManager.WakeLock]
* [http://stackoverflow.com/questions/154533/best-way-to-bind-wpf-properties-to-applicationsettings-in-c Best way to bind WPF properties to ApplicationSettings in C#?]
* [http://mylifewithandroid.blogspot.com/2010/01/remoteviews-as-hypertext-document.html RemoteViews as hypertext document]
* [http://www.eggheadcafe.com/software/aspnet/29435781/how-to-share-settings-bet.aspx how to share settings between app <-> class lib?]
* [http://mobiforge.com/designing/story/understanding-user-interface-android-part-1-layouts Understanding User Interface in Android - Part 1: Layouts]
* [http://blogs.windowsclient.net/bragi/archive/2008/07/03/using-settings-in-wpf-or-how-to-store-retrieve-window-pos-and-loc.aspx Using settings in WPF (or how to store/retrieve window pos and loc)]
* [http://mobiforge.com/designing/story/understanding-user-interface-android-part-2-views Understanding User Interface in Android - Part 2: Views]
* [http://mobiforge.com/designing/story/understanding-user-interface-android-part-3-more-views Understanding User Interface in Android - Part 3: More Views]
* [http://mobiforge.com/designing/story/understanding-user-interface-android-part-4-even-more-views Understanding User Interface in Android - Part 4: Even More Views]
 
* [http://forum.xda-developers.com/showthread.php?t=733339 Android Development and Hacking - Android Software Development - Google Navigation API]
* [file:///C:/Android/android-sdk-windows/docs/reference/java/util/Locale.html Lokale - Android SDK]


====SQL Server troubleshooting====
* [http://support.microsoft.com/?kbid=884495 The Microsoft ISA Server Storage service failed to start due to the following error: The service did not respond to the start or control request in a timely fashion. source: Service control manager Event ID: 7009 Type Error Description Timeout (30000 milliseconds) waiting for the Microsoft ISA Server storage service to connect.]
* [http://msdn.microsoft.com/en-us/library/ms187885.aspx Viewing the SQL Server Error Log]


==What hardware is in my PC==
====DNS====
# Select Properties
* [http://rscott.org/dns/soa.html Oversimplified DNS]
# Select the Details tab
* [http://support.microsoft.com/kb/200525 Using NSlookup.exe]
# Select Hardware Ids
* [http://www.java2s.com/Code/Java/Network-Protocol/AnnslookupcloneinJava.htm An nslookup clone in Java]
# Use the links below to locate Your hardware
* [ftp://ftp.isc.org/isc/bind9/9.2.3/bind-9.2.3.tar.gz Nslookup source code]
* [http://www.pcidatabase.com/ www.pcidatabase.com PCI Vendor and Device Lists]
* [http://www.pcidatabase.com/reports.php?type=tab-delimeted List of known Id's in text format]


====Windows Workflow Foundation====
* [http://visualstudiogallery.msdn.microsoft.com/7fe6f504-a58d-456e-8f55-e64bddc81a41/ Hands On Lab: Introduction to Windows Workflow Foundation (WF4) ]
* [http://code.msdn.microsoft.com/Windows-Workflow-b4b808a8 Windows Workflow Foundation (WF4) - Introduction to State Machine Hands On Lab]
* [http://www.microsoft.com/downloads/en/details.aspx?familyid=752CB725-969B-4732-A383-ED5740F02E93&displaylang=en Visual Studio 2010 Training Kit - Introduction To Workflow Services Hands On Lab]


==Scanning==
====Træsko====
* [http://www.piratgruppen.org/wiki/index.php/Ops%C3%A6tning_og_indscanning_med_Omnipage Opsætning og indscanning med Omnipage]
Dem fra Fog
* [http://linux.aldeby.org/how-to-professionally-scan-and-ocr-with-open-source-tools.html How to professionally scan and OCR with open source tools]
* [http://www.saekko-industri.dk/Default.aspx?ID=308&ProductID=521.43&GroupID=7050 Euro-Dan PU-finér tøffel fra OX-ON Varenummer: 521.43]
* [http://en.flossmanuals.net/ReadingandSugar/ScanningBookPages SCANNING BOOK PAGES]
* [http://globaltools.dk/da_p/sikkerhedsudstyr/traesko/fodtoej_0/traesko_soft_u_kap_s De samme på postordre]
* [http://www.proportionalreading.com/scan.html How To Scan a Book]
* [http://www.euro-dan.dk/DK/Sider/Tr%e6sko-D.html Euro-Dan]
* [http://www.imagemagick.org/script/index.php ImageMagick - crop from the command line]
* [http://www.slidstaerk.dk/trasko.html Slidstærk.dk]
* [http://www.gimp.org/ GIMP - use it to figure out where ImageMagic should crop]


* [http://www.gutenberg.org Project Gutenberg]
====Debugging and profiling====
* [http://msdn.microsoft.com/en-us/magazine/cc534995.aspx#id0070014 Foundations - Bitmaps And Pixel Bits - Charles Petzold]
* [http://www.codeproject.com/KB/bugs/PdbParser.aspx How To Inspect the Content of a Program Database (PDB) File]
* [http://www.wintellect.com/CS/blogs/jprosise/archive/2009/03/23/silverlight-3-s-new-writeablebitmap.aspx SILVERLIGHT 3'S NEW WRITEABLE BITMAP]


====Opspænding af cykelhjul====
* [http://www.yamahafs1.dk/forum/download/file.php?id=13879&sid=bad6634c98730ded82d200450e76feaf Guide til hjul og eger4.pdf - (Motorcykel)]
* [http://www.sheldonbrown.com/wheelbuild.html Wheelbuilding]


* [http://www.filmscanner.info/FilmscannerRangliste.html Filmscanner rangelist]
* [http://techdocs.shimano.com/techdocs/blevel.jsp?ASSORTMENT%3C%3East_id=1408474395181679&FOLDER%3C%3Efolder_id=2534374302051151&bmUID=1246924812515 Shimano DH  Dynamo Front Hubs]
* [http://techdocs.shimano.com/media/techdocs/content/cycle/EV/bikecomponents/DH/EV-DH-2R40-2288_v1_m56577569830608780.pdf DH-2R40-E SW-NX30 Dynamo Front Hub (for Roller Brake)]
* [http://techdocs.shimano.com/media/techdocs/content/cycle/EV/bikecomponents/DH/EV-DH-2R30-E-2498A_v1_m56577569830682142.pdf Hub Dynamo (6 V-- 2.4 W / Roller Brake Compatible DH-2R30-E DH-2R30-ES]
* [http://senseable.mit.edu/copenhagenwheel/ The Copenhagen Wheel]
* [http://smartlifeblog.com/5-smart-cycling-upgrades/ The ReeCharge Power Pack upgrades any bike hub dynamo to work on important things like smartphones, and other smartphone]
* [http://www.thinkbiologic.com/products/reecharge-power-pack ReeCharge™ Power Pack]


* [http://en.wikipedia.org/wiki/Microsoft_Site_Server Microsoft Site Server]
====Shimano tekniske vejledninger====
* [http://productinfo.shimano.com/ Shimano teknisk produktinfo] Her kan man bl.a. se hvilke dele der passer sammen
* [http://si.shimano.com/ Forhandlermanual primært beregnet til brug af professionelle cykelmekanikere]
* [http://techdocs.shimano.com/techdocs/index.jsp Andre manualer]


==Artikler smidt ud under oprydning==
Reservedele
* [http://www.microsoft.com/msj/archive/s25f.aspx Write a Simple HTTP-based Server Using MFC and Windows Sockets]
* [http://stores.ebay.de/Wheels-4-Frames Wheels-4-Frames - ebay]
* [http://www.idealo.de/preisvergleich/MainSearchProductCategory/100I1-15.html?q=DH-3N30&ts=1304229684668 idealo.de DH-3N30]
* [http://cgi.ebay.de/ws/eBayISAPI.dll?ViewItem&rvr_id=228784372184&customid=oesg&item=310311967062#ht_2553wt_979 ebay.de]
* [http://cgi.ebay.de/28-Trekking-Laufrad-Shimano-Nabeldynamo-nwtg-/110678816337?pt=Sport_Radsport_Fahrradteile&hash=item19c4f8b651&autorefresh=true#ht_500wt_1156 ebay.de]
* [http://www.cykelpartner.dk www.cykelpartner.dk]
* [http://politiken.dk/tjek/penge/pengetest/dinepengetest/ECE310054/stor-prisforskel-paa-cykellapning/ Stor prisforskel på cykellapning]
* [http://www.dethitter.dk/sog/Knallertforretninger/Frederiksberg/ www.dethitter.dk/sog/Knallertforretninger/Frederiksberg]


==MySQL Collation==
==== Cryptology====
* [http://bugs.mysql.com/bug.php?id=21505 Collation BUG]
* [http://www.geocaching.com/seek/cache_details.aspx?wp=GCNVTV Geocache CCC#2 - Vigenère]
# http://dev.mysql.com/doc/refman/5.0/en/charset-connection.html
* [http://www.secretcodebreaker.com/ Secret Code Breaker - Online Cryptoanalyst's Handbook]
 
* [http://en.wikipedia.org/wiki/Kasiski_examination Kasiski examination - Wikipedia]
SHOW VARIABLES LIKE 'character_set%';
* [http://www.daimi.au.dk/PB/485/PB-485.pdf Block Ciphers - Analysis, Design and Applications]
SHOW VARIABLES LIKE 'collation%';
* [http://www.murky.org/blg/2004/09/autokey-or-le-chiffre-indchiffrable/ AutoKey or le chiffre indéchiffrable]
SET collation_connection = @@collation_database;
* [http://home.cogeco.ca/~cipher/cyprogs.htm Cryptology Programs]
* [http://dev.mysql.com/doc/refman/5.0/en/charset-connection.html Connection Character Sets and Collations]


* [http://wiki.slimdevices.com/index.php/SqueezeCenter_File_Locations Squeezebox Server File Locations]
====Adobe Photoshop====
* [http://wiki.slimdevices.com/index.php/ExistingMySQLInstance Squeezebox Existing My SQL Instance]
Unable to continue because of hardware or system error.<br>
Solution: Delete the Photoshop settings file.<br>
Start the application while holding down Ctrl+Alt+Shift. Click Yes to the message "Delete the Adobe Photoshop Settings file?" when it appears.<br>


==DPC Latency==
* [http://www.talkphotography.co.uk/forums/showthread.php?t=41349 Fix 1]
* [http://www.thesycon.de/deu/latency_check.shtml DPC Latency Checker]
* [http://www.sitepoint.com/forums/graphics-8/photoshop-error-need-really-help-fast-111693.html Fix 2]
* [http://blogs.msdn.com/peterwie/archive/2008/10/06/measuring-dpc-time.aspx Measuring DPC time]


1) Download and install
==== Unity ====
* [http://www.microsoft.com/downloads/details.aspx?FamilyID=c17ba869-9671-4330-a63e-1fd44e0e2505&displaylang=en Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1]
* [http://unity.codeplex.com/workitem/7019 Exception: Object synchronization method was called from an unsynchronized block of code]
* [http://unity.codeplex.com/workitem/7206 SynchronizedLifetimeManager - SynchronizationLockException]
* [http://stackoverflow.com/questions/2873767/can-unity-be-made-to-not-throw-synchronizationlockexception-all-the-time Can Unity be made to not throw SynchronizationLockException all the time? - Stackoverflow]


2) Start All Programs - Microsoft Windows SDK v7.0 - Tools - Install Windows Performance Tool Kit (x64)
====Exchange 2010 SP2 + OWA====
* [http://blogs.technet.com/b/exchange/archive/2011/05/17/announcing-exchange-2010-service-pack-2.aspx Announcing Exchange 2010 Service Pack 2]
* [http://blogs.msexchange.org/walther/2011/12/05/exchange-2010-sp2-owa-mini-exposed-update-of-old-blog-post-from-may-2011/ Exchange 2010 SP2: OWA Mini Exposed (update of old blog post from May 2011)]


3)
====Install Windows from USB Stick ====
Administrator - Command prompt
* [http://www.windowsvalley.com/install-windows-2000xp2003-using-usb-storage-device-pen-drive/ Install Windows 2000/XP/2003 from USB Stick (Pen Drive)]
C:\Program Files\Microsoft Windows Performance Toolkit>xperf -on Latency
* [http://www.intowindows.com/how-to-install-windows-7vista-from-usb-drive-detailed-100-working-guide/ How To: Install Windows 7/Vista From USB Drive [Detailed 100% Working Guide]
C:\Program Files\Microsoft Windows Performance Toolkit>xperf -stop
C:\Program Files\Microsoft Windows Performance Toolkit>xperfview.exe \kernel.etl


NVIDIA PowerMizer !!
====ESXi====
Backup
* [http://www.magikmon.com/mksbackup/ghettovcb.en.html Backup VMware VM via ghettoVCB]
* [http://blog.peacon.co.uk/completely-free-backup-for-esxi/ Completely Free Backup for ESXi]
* [http://communities.vmware.com/thread/164134?start=480&tstart=0 Thread about backup]
* [http://en.wikipedia.org/wiki/Comparison_of_platform_virtual_machines Comparison of platform virtual machines]


Device Driver Kit tracelog
====VirtualBox====
* [http://msdn.microsoft.com/en-us/library/ms797921.aspx Windows Driver Kit: Driver Development Tools Example 15: Measuring DPC/ISR Time]
* [http://www.virtualbox.org/manual/UserManual.html Oracle VM VirtualBox User Manual]
* [http://www.virtualbox.org/wiki/Technical_documentation VirtualBox Technical documentation]


====Hyper-V 3.0 on Windows Server Core 2012====
* [http://virtualizationreview.com/blogs/virtual-insider/2012/07/install-hyper-v-windows-core.aspx How to Install Hyper-V 3.0 on Windows Server Core 2012]


Dell
====Hyper-V====
* [http://en.community.dell.com/blogs/direct2dell/archive/2010/02/19/update-on-dpc-latency-for-alienware-m17x-customers.aspx Update on DPC Latency for Alienware M17x Customers]
* [http://technet.microsoft.com/en-us/library/cc753637(WS.10).aspx Windows Server Technologies Hyper-V]
Storage configuration options for a server running Hyper-V.
* [http://technet.microsoft.com/en-us/library/dd183729(WS.10).aspx Planning for Disks and Storage]
* [http://blogs.msdn.com/b/virtual_pc_guy/ Virtual PC Guy's Blog - Ben Armstrong, Virtualization Program Manager Talking about core virtualization at Microsoft (Hyper-V, Virtual PC and Virtual Server)]
* [http://technet.microsoft.com/en-us/library/dd239199(WS.10).aspx Best Practices for Using Hyper-V with Windows Small Business Server 2008]
* [http://support.microsoft.com/kb/888794 Things to consider when you host Active Directory domain controllers in virtual hosting environments]
* [http://technet.microsoft.com/en-us/library/ee256063(WS.10).aspx Create a Virtual Active Directory Domain Controller]
* [http://technet.microsoft.com/en-us/library/dd239197(WS.10).aspx Install the Primary and Second Servers in Hyper-V Virtual Machines on a Single Physical Computer]
* [http://www.sriramkrishnan.com/blog/2008/03/running-ubuntu-on-windows-server-2008.html Running Ubuntu on Windows Server 2008 Hyper-V]
* [http://technet.microsoft.com/en-us/library/cc816563(WS.10).aspx Using Windows Small Business Server 2008 Product Keys]
* [http://webcache.googleusercontent.com/search?q=cache:EKlJaMqijY8J:social.technet.microsoft.com/wiki/contents/articles/small-business-server-2011-standard-build-document-i-overview-of-sbs-2011.aspx+Windows+Small+Business+Server+2011+hyperv&cd=1&hl=en&ct=clnk&gl=dk&source=www.google.dk Small Business Server 2011 Standard - Build Document I. Overview of SBS 2011]


==3D Plotter==
* [http://reprap.org/ RepRap is short for Replicating Rapid-prototyper]
* [http://homes.esat.kuleuven.be/~visit3d/webservice/v2/index.php ARC 3D Webservice]
* [http://lists.diku.dk/pipermail/imageworld/2007-August/000537.html About ARC 3d Webservice]
* [http://meshlab.sourceforge.net/ MeshLab]


==Stenslibning==
* [http://www.anku-netbutik.dk ANKU Netbutik]


==Program Compatibility Assistant (PCA)==
=====Migrating physical machines to Hyper-V=====
* [http://msdn.microsoft.com/en-us/library/dd371711(VS.85).aspx Application Manifest - Windows 7]
* [http://vmtoolkit.com/ vmToolkit VMDK(VMWare) to VHD Converter]
* [http://msdn.microsoft.com/en-us/library/bb756937.aspx Application Compatibility: Program Compatibility Assistant (PCA)]
* [http://vmtoolkit.com/ vmToolkit VHD Resizer]


==Equations in Word 2007==
* [http://technet.microsoft.com/en-us/library/bb740912.aspx How to Convert a Physical Server to a Virtual Machine]
* [http://blogs.msdn.com/microsoft_office_word/archive/2006/10/04/Equations-in-Word-2007.aspx Equations in Word 2007]
* [http://technet.microsoft.com/en-us/library/cc764232.aspx P2V: Converting Physical Computers to Virtual Machines in VMM]
* [http://technet.microsoft.com/en-us/sysinternals/ee656415.aspx Disk2vhd - By Mark Russinovich and Bryce Cogswell]
* [http://www.labnol.org/software/create-virtual-machine-of-existing-computer/10510/ Create a Virtual Machine of your Existing Computer With a Click]
* [http://tweaks.com/windows/40123/convert-physical-machines-to-virtual-with-disk2vhd/ Convert Physical Machines to Virtual with Disk2vhd]
* [http://community.spiceworks.com/how_to/show/635 How to Convert and Use a VMWare Guest In Hyper-V]


==Geocaching==
=====Assigning disk space  to Virtual Machines=====
* [http://www.getcachebox.net/ Cachebox]
* [http://blogs.technet.com/b/josebda/archive/2008/02/14/storage-options-for-windows-server-2008-s-hyper-v.aspx Storage options for Windows Server 2008 Hyper-V]
* [http://www.microsoft.com/downloads/details.aspx?familyid=E3821449-3C6B-42F1-9FD9-0041345B3385&displaylang=en Installer Microsoft .NET CF 3.5]
* Installer http://www.getcachebox.net/install/sqlce30.wce5.armv4i.CAB
* Kopier sqlceme30.dll fra C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\SQL Server\Mobile\v3.0\wce500\armv4i\sqlceme30.dll
* Tilføj HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows CE Services\AllowLSP Let this be a DWORD with a value of 0
* Flyt data væk fra main memory


==Database EER Diagrams==
=====Assigning memory to Virtual Machines=====
MySQL Workbench
Note: Dynamic Memory virker ikke med Small Business Server 2011
* [http://www2.cs.uregina.ca/~bernatja/crowsfoot.html Crow’s Foot Notation]
* [http://technet.microsoft.com/en-us/library/ff817651(WS.10).aspx Hyper-V Dynamic Memory Configuration Guide]
* [http://stackoverflow.com/questions/762937/whats-the-difference-between-identifying-and-non-identifying-relationships What’s the difference between identifying and non-identifying relationships?]


==Surdej==
=====Using TurnKey Linux on Hyper-V=====
* http://www.lillekrabbe.dk/surdej/surdej_hvordan.htm


==Perspektiv i billeder==
* [http://blogs.msdn.com/b/virtual_pc_guy/archive/2010/10/21/installing-ubuntu-server-10-10-on-hyper-v.aspx Installing Ubuntu Server 10.10 on Hyper-V - Virtual PC Guy's Blog]
* http://www.google.dk/search?q=whiteboard+photo+straighten&rls=com.microsoft:da:&ie=UTF-8&oe=UTF-8&sourceid=ie7&rlz=1I7GGLC_en
* [http://blog.allanglesit.com/2010/05/ubuntu-and-hyper-v-the-paths-to-enlightenment/ Ubuntu and Hyper-V: The Paths to Enlightenment]
* http://www.google.dk/search?hl=da&rls=com.microsoft:da:&rlz=1I7GGLC_en&q=perspektiv+opretning+photoshop&btnG=S%C3%B8g&meta=&aq=f&oq=
* [http://blogs.technet.com/b/port25/archive/2009/07/22/introduction-to-the-linux-integration-components.aspx Introduction to the Linux Integration Components]
* http://www.ephotozine.com/article/How-to-correct-verticals-using-Gimp-9992


==XPath==
* To show what version of linux it is:
* [http://msdn.microsoft.com/en-us/library/ms256086.aspx XPath Examples]
cat /etc/issue
* [http://www.codeproject.com/KB/vb/XMLPathfinder.aspx XML Pathfinder: a Visual Basic Utility VB]
* [http://www.c-sharpcorner.com/UploadFile/scottlysle/XMLPathfinder02042008053230AM/XMLPathfinder.aspx XML Pathfinder - Sample C# Utility to Study XML Paths and XPath Queries]
==C#==
* [http://www.csharp-examples.net/examples/ C# Examples - a site with many useful code snippets]


==Skumringsrelæer==
* To enable boot logging
* http://www.billigvvs.dk/El-artikler-Bevaegelsessensor-Sensor-inde--Servodan-Skumringsrelae-med-indbygget-radiostyret-DCF-ur-389772.html
:Edit /etc/default/bootlogd so it shows
* http://www.esylux.com/dk/dk/produkte/katalog/product_group.php?group_id=Node%group4160622992140&lang=dk
:# Run bootlogd at startup ?
* http://www.preisroboter.de/search.php?search=4015120016509
:BOOTLOGD_ENABLE=No
/var/log/boot will be created, and it will contain a log of all your boot messages, ther will be some escape sequences but it is colour coding


* [http://veggievampire.net/?q=node/51 VI Cheet Sheet]


==Cykel holdere til iPAQ og iPhone==
* [http://comments.gmane.org/gmane.linux.ubuntu.devel.kernel.general/14018 Maverick on Hyper-V - fixes for instability]
* [http://www.handhirn.de/zubehoer/Hewlett+Packard/iPAQ+rx5935/pdair-alucase-hardcase-fuer-hp-ipaq-rx59xx---silber-a1572.html PDAir Alu case]
* [https://bugs.launchpad.net/ubuntu/+source/linux/+bug/752064 Maverick on Hyper-V causes BUG: scheduling while atomic]
* [http://www.pdair.com/catalog/product_info.php?cPath=10100000_200000_11000067&products_id=5112 APAir Alu Case fabrikkens hjemmeside]
* [http://www.turnkeylinux.org/docs/automatic-security-updates TurnKey - Automatic security updates]
* [http://www.pdamax.de/seiten/detailansicht_an-127.html?sid=55530d3c69065441e38b2e7842e1d84a Den fancy holder til iPhone]
* [http://www.andres-industries.de/index.php?option=com_content&view=article&id=183&catid=34&Itemid=61%E2%8C%A9%3Dde%E2%8C%A9%3Dde&lang=de Andres Industries AG - Dem som laver den fancy holder til iPhone]
* [http://www.arkon.com/iPhone_Car_Mount.php Langt nede på siden er der en meget billig cykelholder til iPhone]


* [http://www.hrautocomfort.de HERBERT RICHTER fabrikken der laver de almindelige holdere]
* [http://www.turnkeylinux.org/forum/support/20110202/cronapt-typo cronapt typo? Should be cron-apt]
* [http://en.wikipedia.org/wiki/List_of_Ubuntu_releases List of Ubuntu releases]
* [https://wiki.ubuntu.com/Testing/EnableProposed Testing/EnableProposed - Ubuntu Wiki]
apt-get install aptitude


Anmeldelser af iPhone holdere
* [http://en.wikipedia.org/wiki/Comparison_of_file_managers Comparison of file managers]


* [http://www.jens-stratmann.de/?p=3165&gtlang=da Anmeldelse af BikeCase]
* [http://www.dell.com/downloads/global/products/pedge/en/Dell_Software_RAID_Functionality_White_Paper.pdf Software RAID Functionality on Dell Value Line Server]
* [http://www.jens-stratmann.de/iphone-fahrradhalter-mtb-rennrad-geocaching-outdoor/2009/09/30 Anmeldelse af BikeCase på tysk]
* [http://support.euro.dell.com/support/edocs/storage/Storlink/PERC_S100_S300/en/HTML/a5_sectb.htm#wp1181300  PERC S100 Controller or PERC S300 Controller Descriptions]
* [http://www.pocketnavigation.de/article/view_793__bikecase-fuer-das-iphone-3gs/2.4.19.html Den fancy]
* [http://communities.vmware.com/thread/241626 ESXi 4 support for Dell T110] ***
* [http://www.spin-planet.de/2009/08/iphone-fahrradhalterung/ Den almindelige type med svanehals]
* [http://en.community.dell.com/support-forums/servers/f/906/t/19327958.aspx I try to install ESXi 4.001 on a PowerEdge R210 with S100 Software Perc]


==Garmin Edge 305==
* [http://boardreader.com/thread/Quieting_a_Dell_Poweredge_T110_8kuuX17ad.html Quieting a Dell Poweredge T110] Cool Master PSU Silent Pro
* [http://www.marengo-ltd.com/gps/ Open Source GPS HOW TO - Using a Garmin Edge to Plot Cycle Routes with Google Maps on Linux, Macs and Windows]


==BlueTooth Physiological Sensors==
=====Using Ubuntu on Hyper-V=====
* [http://code.google.com/p/zephyropen/ Zephyr Open is a code project to provide a framework for BlueTooth Physiological Sensors]
* [http://petermoulding.com/ubuntu_10.10_server_amd64 Ubuntu 10.10 server AMD64 - installation guide]
* [http://forum.polar.fi/showthread.php?t=4323&page=7 Polar Bluetooth chest belt (for Nokia)]
* [http://serverfault.com/questions/85401/what-is-the-proper-way-to-keep-ubuntu-server-8-04-updated What is the proper way to keep Ubuntu Server 8.04 updated?]
* [http://www.builderau.com.au/program/linux/soa/Automatically-update-your-Ubuntu-system-with-cron-apt/0,339028299,339279542,00.htm Automatically update your Ubuntu system with cron-apt]


==Cykelsko==
====OpenFiler====
SPD
* [http://arstechnica.com/civis/viewtopic.php?f=11&t=1089531 On using a Dell T110 server for an ESXi host]
* [http://en.wikipedia.org/wiki/Cycling_shoe Wikipedia]
* [http://da.wikipedia.org/wiki/Spinning Spinning]


==Konverter video og musik T-1300 Kjærulf==
* [http://www.isoftdownload.com/software/daniusoft-digital-media-converter-pro Daniusoft Digital Media Converter Pro]
* [http://www.soundtaxi.org/index.php SoundTaxi]


==Performance analysis tools==
====Disks====
* [http://ipedia.net/what+is+Performance+analysis What is Performance Analysis?]
* [http://www.edbpriser.dk/Product/Details.aspx?sp=all&pid=539348 Intern bay]
==Arduino Duemilanove==
* [http://www.raidsonic.de/de/products/external-cases.php?we_objectID=7530 Extern bay - esata]
* [http://ing.dk/grupper/selvgjort-er-velgjort/forum/121281 Selvgjort er velgjort]
* [http://let-elektronik.dk/ LET-Elektronik Arduino Print: Duemilanove]


==Driveres for S12==
* [http://laptopvideo2go.com/ LaptopVideo2Go]


==WCS-0010 IP Camera==
* [http://www.wdc.com/wdproducts/library/SpecSheet/ENG/2879-701229.pdf WD Caviar® Green™ Desktop Hard Drives - Datasheets]
* [http://uk.level1.com/product_l.php?searchtype=1&modelstr1=WCS&modelstr2=0010&type=1&btnsearch2.x=18&btnsearch2.y=13 Download]
* [http://techreport.com/articles.x/17708/1 Seagate's Barracuda LP 2TB hard drive compared to WD Caviar Green WD20EADS]
* [http://download.level1.com/level1/datasheet/WCS-0010_SPEC_V2.0.pdf Datasheet]
* [http://www.overclock.net/hard-drives-storage/868325-samsung-hd204ui-performance-raid.html Samsung HD204UI Performance]
* [http://videoexpert.home.att.net/artic1/250sens.htm Light sensitivity, what is 3 LUX]
* [http://www.overclock.net/hard-drives-storage/886768-samsung-spinpoint-f4-intel-ich10r-raid.html Samsung Spinpoint F4 Intel ICH10R RAID tests]
* [http://blog.patyuen.com/lessons/technology/openfiler-and-advanced-format-4k-drives/ Openfiler and advanced format 4k sectors drives]
 
====Mail server====
* [http://publib.boulder.ibm.com/infocenter/domhelp/v8r0/index.jsp?topic=/com.ibm.help.domino.admin.doc/DOC/H_DOMAIN_NAMING_SERVICE_DNS_OVER.html The Domain Name System (DNS) and SMTP mail routing]


==Windows Vista Backup, Windows 7 Backup and .VHD files==
====Blocking specific IP's from attacking your server====
* [http://technet.microsoft.com/en-us/magazine/2007.09.backup.aspx A Guide to Windows Vista Backup Technologies]
* [http://www.google.dk/search?sourceid=chrome&ie=UTF-8&q=windows+server+block+ip+adresses+failing+to+authenticate#hl=en&sa=X&ei=FTXCTYO1AoODOq_03Z0I&ved=0CBQQvwUoAQ&q=windows+server+block+ip+addresses+failing+to+authenticate&spell=1&fp=bba78b9cafefc984 Google: windows server block ip addresses failing to authenticate]
* [http://blogs.zdnet.com/hardware/?p=3324 How-to: Getting started with .VHD files in Windows 7]
* [http://codehill.com/2010/02/how-to-block-ip-addresses-in-windows-server-2003/ How to Block IP Addresses in Windows Server 2003]
* [http://kb.acronis.com/content/3504 Acronis 3504: Mounting VHD File in Windows 7]
* [http://www.iblocklist.com/lists.php I-Blocklist]
* [http://www.petri.co.il/mounting-vhd-files-with-vhdmount.htm Mounting VHD files with VHDMount – Microsoft Virtual Server]
* [http://www.peerblock.com/userguide PeerBlock]
* [http://www.eggheadcafe.com/software/aspnet/32271826/complete-pc-backup-full.aspx Complete PC Backup: full vs. incremental]


==Julegløgg==
==Dell PowerEdge T110==
*2 dl Vodka eller klar Brøndum
* [http://support.dell.com/support/edocs/systems/pet110/en/index.htm Dell PowerEdge T110 - Manuals]
*1 flaske rødvin (70 cl)
*2 dl vand
*80 g sukker
*100 g rosiner
*100 g mandler
*2 kardemommekapsler
*2 kryddernelliker
*1 spsk. friskrevet eller tørret ingefær
*Skallen af en halv usprøjtet appelsin, tyndt skrællet eller 1 g pomeransskal
*1 hel kanelstang


*Lad krydderierne trække i rødvinen i ca. 8 timer, hvorefter de sies fra. Tilsæt resten af ingredienserne, og varm forsigtigt op under omrøring. Gløggen må ikke koge.
====Windows Server====
* [http://support.microsoft.com/kb/948472 How to extend the Windows Server 2008 evaluation period]


*(6-8 personer)
====Raid====
General overview
* [http://www.dell.com/downloads/global/products/pedge/en/Dell_Software_RAID_Functionality_White_Paper.pdf Software RAID Functionality on Dell Value Line Servers]
* [http://support.dell.com/support/edocs/storage/Storlink/PERC_S100_S300/en/index.htm Dell™ PowerEdge™ RAID Controller (PERC) S100/S300 - Manuals]


==x64 Windows Registry keys and KEY_WOW64_64KEY==
On a PERC H200 card, caching is forced to be disabled for all physical disks configured into a virtual disk, regardless of the drive type and default drive settings.
* [http://www.codeproject.com/KB/system/Reflection.aspx Accessing 64 bit registry keys from 32 bit]
* [http://support.dell.com/support/edocs/storage/Storlink/H200/en/UG/HTML/features.htm Dell™ PowerEdge™ RAID Controller (PERC) H200 and 6Gbps SAS HBA User's Guide]
* [http://www.pinvoke.net/default.aspx/advapi32/RegOpenKeyEx.html x64 Registry keys read from C#]


==Jobs==
For Microsoft Windows 2008, as long as you formatted the disk using the Windows 2008 operating sytem, the disk requires no further alignment actions.
* http://ing.dk/rank
* [http://social.technet.microsoft.com/Forums/en-US/exchangesvrdeploy/thread/4213ada5-022b-4b4a-bed5-75fc6dccfe82/ In Windows Server 2008, partitions are automatically offset by 1 MB, which provides good alignment for the power-of-two stripe unit sizes that are typically found in hardware]
* [http://blogs.msdn.com/b/jimmymay/archive/2009/05/08/disk-partition-alignment-sector-alignment-make-the-case-with-this-template.aspx Disk Partition Alignment (Sector Alignment): Make the Case: Save Hundreds of Thousands of Dollars]
* [http://support.microsoft.com/kb/929491 Disk performance may be slower than expected when you use multiple disks in Windows Server 2003, in Windows XP, and in Windows 2000]
* [http://download.microsoft.com/download/9/c/5/9c5b2167-8017-4bae-9fde-d599bac8184a/Perf-tun-srv.docx Performance Tuning Guidelines for Windows Server 2008(Page 30th- Block Alignment (DISKPART))]


* Oticon
=====How to view progress of Windows software RAID resynching on Server 2008 R2?=====
* GnResound
# Select one of the raid drives in the ''Disk Mangement''
* Videx
# In the right pane under ''Actions'', select ''More Actions -> Refresh''
* BK Medical
If you press F5 (refresh) the progress indication will disappear again. To get it back you need to close and reopen ''Computer Management''.
* Niels Jørgensen 3 Shape
[[File:Server_2008_R2_resynching_disks.png]]


* [http://www.kurser.dtu.dk/ DTU Kurser]
* [http://www.match.dtu.dk/Kurser/Kursusforledige.aspx DTU  Kursus for ledige 2010]


* [http://zone.ni.com/devzone/cda/pub/p/id/361 microLEX Alain Moriat]
Dell PowerEdge Servers – Support for very large drives (>2 TB)
* [http://www.merlinia.com/dan/OutBack.msl Merlina Outback integration med Outlook og omstillingsborde SIP]
* [http://www.delltechcenter.com/page/HDD+Support+for+2.5TB,+3TB+Drives+and+Beyond HDD SUPPORT FOR 2.5TB, 3TB DRIVES AND BEYOND]


* [http://www.linkedin.com/profile?authType=name&authToken=1teX&locale=en_US&viewProfile=&key=20489899 Thorkil Filholm]
====Dell PERC 6====
* [http://www.dell.com/downloads/global/power/ps2q08-20080255-Dixit.pdf Introducing the Dell Perc 6 Family of SAS Raid controllers]
* [http://support.dell.com/support/edocs/storage/RAID/perc6/en/PDF/en_ug.pdf Dell™ PERC 6/i, PERC 6/E and CERC 6/i User’s Guid]


* [http://www.jobfinder.dk/searchresults/job.aspx?jobId=329280137 Zigbee Schneider]
====Disks====
* WD Caviar Green WD20EARS 2 TB
* Samsung Spinpoint F4EG HD204UI 2 TB
* Seagate Barracuda LP ST32000542AS 2 TB
Cables
* [http://www.avxperten.dk/pc-kabler/intern-pc-stroemkabel/intern-pc-stroemkabel.asp avXperten]
* [http://www.av-cables.dk/sata_kabel/sata_30_kabel_669_da/ Av-Cables.dk]


* [http://www.it-jobbank.dk/da/firma/7353/job/50204670 - Progrator Ivan Tullberg]
====The Best Disk write performance testing====
* [http://www.it-jobbank.dk/da/firma/4773/job/50204807 Dako Embedded software design]
* [http://www.passmark.com/ PassMark PC benchmark and test software - PassMark PerformanceTest]
* [http://www.it-jobbank.dk/da/firma/4773/job/50204801 Dako - Software Design Engineer - Instruments]
* [http://crystalmark.info/?lang=en CrystalDiskInfo (FREE)]
* [http://www.dako.dk/ Dako - Glostrup]
* [http://www.iozone.org/ IOzone - open source]
* [http://www.madebydelta.com/delta/Jobs/Intro.page? Delta]
* [http://www.widex.com Widex - Værløse]
* [http://it.jobindex.dk/annoncer/84480.shtml Visual Information Systems A/S - Hørsholm 5. oktober]
* [https://careers.microsoft.com/Search.aspx#&&page=1 Microsoft]
* [http://it.jobindex.dk/cache/af/2449780.shtml iPhone Lyngby]
* [http://www.it-jobbank.dk/da/firma/6479/job/50204986 Ementor]
* [http://www.cim-gruppen.dk/ CIM-Gruppen LabView]
* [http://www.gamasutra.com/contractors/contractor_display.php?contractor_id=1535 Jens Mose]
* [http://www.axcon.dk/ Axcon Lyngby Kroman]
* [http://www.jobfinder.dk/searchresults/job.aspx?jobId=329264367 LOGOS Smart Card]


====Dell UPS 500W====
* [http://www.eminebea.com/content/html/en/fan_list/fpc01_mm.shtml Fan data overview - 2806KL-04W-B69 12VDC 0.39A]
* [http://www.eminebea.com/content/pdf/TMP00123/M/2806kl.pdf Datasheet - 2806KL-04W-B69 12VDC 0.39A]
* [http://www.stillepc.dk/hovedgrupper/fan.htm Støjsvage blæsere]
* [https://www.elfaelektronik.dk/elfa3~dk_da/elfa/init.do?item=54-133-64&toc=20906 Muligt alternativ fra ELFA]


* [http://ing.dk/artikel/102893-anders-lund-madsen-ingenioerer-kan-ikke-netvaerke-heldigvis?utm_medium=email&utm_source=nyhedsbrev&utm_campaign=ingformiddag Anders Lund Madsen]
==APC UPS==
* [http://www.studerende.dk/messe/aalborg/2009/katalogDMJA2009.pdf Jobkatalog DSE Ålborg]
* [http://www.apc.com/resource/include/techspec_index.cfm?base_sku=sua1500i APC Smart-UPS 1500VA USB & Serial 230V - Replacement Battery RBC7]
* [http://studerende.dk/messe/lyngby/2009/katalog_web.pdf Jobkatalog DSE Lyngby]
* [http://www.apc.com/resource/include/techspec_index.cfm?base_sku=DLA1500I Dell Smart-UPS 1500VA USB 230V - Replacement Battery RBC7]
* [http://www.proshop.dk/ShowProduct.aspx?uid=60014&prodid=4717 RBC7 fra Proshop]


==Start egen virksomhed==
==Install SSL Certificate for SBS 2003 Exchange Server==
* [http://www.startvaekst.dk/ Væksthus]
* [http://support.apple.com/kb/HT3580 iOS 3.x: List of available trusted root certificates]
* [http://www.iak.dk/Selvstaendig/Ivaerksaetter.aspx IAK Iværksættersiden]
* [https://knowledge.rapidssl.com/support/ssl-certificate-support/index?page=content&id=SO6506&actp=LIST&viewlocale=en_US How do I generate a Certificate Signing Request (CSR)]
* [http://www.initiativgruppen.dk/index.php?option=com_jumi&fileid=4&Itemid=66&courseid=23 Regnskabskursus - fem dage i dagtimerne kl. 09.30-15.15 i Gentofte. Bogføring, skat og moms for mindre virksomheder og iværksættere.]
* [http://support.microsoft.com/default.aspx?scid=kb;en-us;Q295281 How To Renew or Create New Certificate Signing Request While Another Certificate Is Currently Installed]
====iPhone - Exchange====
* [http://www.apple.com/support/iphone/enterprise/ iPhone Support - Enterprise]
* [http://support.apple.com/kb/HT1421 Setting up a corporate email server for iPhone and iPod touch]
* [http://developer.apple.com/library/ios/#featuredarticles/FA_Exchange_ActiveSync_and_iOS4_Devices/Introduction/Introduction.html Exchange ActiveSync and iOS 4 Devices]
* [http://support.apple.com/kb/DL926 iPhone Configuration Utility 3.1 for Windows]
* [http://en.wikipedia.org/wiki/List_of_HTTP_status_codes List of HTTP status codes - Wikipedia]


==How to access Microsoft Exchange Server with Outlook from the internet==
====How to identify Exchange 2003 SP Version====
Go to your server in Exchange System Manager, right-click your server, choose Properties, and on the General tab make a note of the version number.


* [http://www.petri.co.il/configure_outlook_2003_to_use_rpc_over_http.htm Configure Outlook 2003 to use RPC over HTTP/S]
Each version of Exchange Server includes a build number so that you can easily identify which version of the product you are running:
* [http://www.petri.co.il/how-can-i-configure-rpc-over-https-on-exchange-2003-single-server-scenario.htm How can I configure RPC over HTTP/S on Exchange 2003 (single server scenario)?]


* [http://www.msexchange.org/tutorials/Outlook_2003_Connect_Exchange_2003.html Using Outlook 2003 to connect to Exchange 2003 using RPC over HTTPS]
:6944.4 = Exchange 2003 RTM (including SBS2003)
:7226.6 = Exchange 2003 SP1
:7638.2 = Exchange 2003 SP2


* [http://forums.techarena.in/small-business-server/813671.htm Outlook Anywhere - RPC over HTTPS]
==DCP Latency==
Eksempler på WPP og ETW findes her: ''C:\Program Files\Microsoft SDKs\Windows\v7.1\Samples\winbase\Eventing''


==Unicycle - Ethjulet cykel==
* [http://www.freewebs.com/andrewcarter/basic.htm Unicycling Tips and Tutorials]
* [http://www.freewebs.com/andrewcarter/learning.doc Lerning to Unicycle]


==Indkøbsliste==
ISR and DPC latency monitor (with ETW)
*Dimension 9150
* http://www.kvraudio.com/forum/viewtopic.php?t=248691
*4 GB Ram
* http://www.resplendence.com/latmon
*Western digital 1,5 TB green disk wd15ears eller wd15eads
* http://www.osronline.com/ShowThread.cfm?link=154232 Her står hvordan det virker !!!
*Harddisk [http://www.edbpriser.dk/Product/Details.aspx?pid=673387 BlackArmor WS 110 2 TB]
 
* Logitech diNovo Edge (Dansk) (Bluetooth) http://www.edbpriser.dk/Product/Details.aspx?pid=227722
ISR and DPC latency monitor (with ETW)<br>
* Sandberg Wireless Touchpad Keyboard DK http://www.sandberg.dk/product.aspx?id=630-60
So, I put together an ISR and DPC latency monitor using ETW. It shows DPC and ISR latencies including routine addressses, drivers, interrupt vectors and CPU number.
* http://www.coolshop.dk/catalog/product/60024-wireless-touchpad-keyboard-dk-sandberg-630-60--for-pc&utm_source=spilpriser&utm_medium=index&utm_content=textlink?utm_source=spilpriser&utm_medium=cpa&utm_campaign=general&tduid=9b9c77d101e90c191fb340f740943396


==eSATAp==
All this is done on a best effort basis. After running for a few seconds, the ETW consumer stops receiving events for completely unknown reasons. ProcessTrace is called but events are no longer delivered to the consumer callback. I'm starting to believe ETW is not suitable for a live monitor. If I want to use the real-time logging mode events are not delivered until the trace is stopped.
* FAQ http://www.lindy.it/lindyshop/manuals/70534v0.pdf
* Billede http://www.delock.com/popup/picture.php4?url=/pictures/pictures/org/4ae58e4714551.jpg&title=84432
* USB eSATA http://www.pimfg.com/product_detail.asp?search=Y&part=EUSB-CM5EC-2M


==Marsvinebure==
While the KernelTime and ProcessorTime fields in the EVENT_TRACE_HEADER structure should report the elapsed time in clock ticks of these executions, I have found these instead to be always zero. So I had to do some work and build a table of all starting timestamps of all context switches and calculate the latency by subtracting intervals. This was not exactly straightforward because events are not guaranteed to arrive in order of execution.
* http://www.ikea.com/dk/da/catalog/products/00130129
* http://www.e-pages.dk/eldorado/1/2
* http://dyreriget.dk/
Ivomec
* http://forum.mutterne.dk/viewtopic.php?f=1&t=8514


==TV Overscan==
So while I still need to straighten out a few things I would like to ask you to run LatencyMon and check if the values reported make sense to you, if you find any bugs or have any suggestions. I will soon add some graphics and add a bit of documentation as well so all this is still subject to evolution.
LG kalder det for Kun Scanning
Sony kalder det Full Pixel


==Ny TV Mediacenter==
You can download the first version of LatMon (including source of the ETW stuff)  
Driver til Harald Nyborg Tuner findes på Windows Update hvis man kører Vista<br>
from here:
Driver til NOVA-T-USB2 (93xxx) http://www.hauppauge.se/site/support/support_wintv7.html<br>
http://www.resplendence.com/latmon
Mediaportal roadmap: http://mantis.team-mediaportal.com/roadmap_page.php?project_id=1<br>
 
* [http://www.team-mediaportal.com/download.html Mediaportal 1.0.2]
(requires Windows Vista or later)
* [http://www.cyberlink.com/products/powerdvd/overview_en_US.html Power DVD har et h264 codec]
* [http://www.free-codecs.com/download/x264_Video_Codec.htm Forskellige players og codecs med h264]
* [http://www.recordere.dk/forum/forum_posts.asp?TID=66632&PN=1&TPN=500 Ham der bruger Power DVD codec]
* [http://users.vic.chariot.net.au/~mitreski/mediaportal%20codec%20guide%20v.2.pdf Simple, Full Featured Mediaportal Codec Guide]
FFDshow Tryouts? Tryouts is an updated fork of the original, and is actively developed unlike the original.
* [http://forum.team-mediaportal.com/untested-mediaportal-tv-server-1-0-rc3-svn-builds-300/mediaportal-svn-snapshot-10-17-2008-19-45h-revision-20514-rar-46860/ Links til bugbase]


* [http://wiki.team-mediaportal.com/TV-Server/Configuration/GeneralSettings :TV-Server/ Configuration/ GeneralSettings/ ]
//Daniel


* [http://recordere.dk/forum/forum_posts.asp?TID=57986&PN=1&TPN=1 Unable to Timeshift]
==Mortens aften==
* [http://mantis.team-mediaportal.com/view.php?id=2422 Changing PMT bugreport]
* [http://www.24.dk/article.jsp?articleId=7291 Test af ænder]
* [http://www.braenderiet-enghaven.dk/images/stories/DeBedsteVine.dk_NYHEDSBREV_d._20-02-2010.htm Gode billige vine]


* [http://xbmc.org/forum/showthread.php?t=35910 XBMC IR remote]
==Løvsugere==
BMI Jyllingevej ECHO
* [http://www.lytek.dk/shop/loevsugere-blaesere-62c1.html Hvorfor har de ikke elektriske]
* [http://www.skovogpark.dk/index.php?option=com_virtuemart&page=shop.browse&category_id=18&Itemid=145 SHE 71 Vedbæk]
* [http://www.testberichte.de/a/laubsauger-laubblaeser/magazin/selber-machen-10-2009/179195.html Hvor blev SHE 81 af]


* [http://www.pcwelt.de/start/audio_video_foto/tv/tests/189918/die_besten_dvb_t_sticks_im_test/index.html Tysk test af tunere i 2009]
==MonoGame==
* [http://monogame.codeplex.com/ MonoGame - Codeplex]
* [http://crankgaming.blogspot.dk/2012/02/xna-to-monogame.html XNA to Monogame - Crank Gaming]
* [https://github.com/mono/MonoGame MonoGame - github see README.md on bottom of page]


==DR.dk EPG ripper==
==XNA==
* [http://drepg.zzl.org/ dr.dk EPG ripper]
* [http://farseerphysics.codeplex.com/ Farseer Physics Engine]
* [http://create.msdn.com/en-US/ App hub]
* [http://create.msdn.com/en-US/education/ App hub education]
* [http://www.laumania.net/ Laumania.net RambukGames]
* [http://www.rambukgames.com/ RAMBUKGAMES]
* [http://silversprite.codeplex.com/ SilverSprite - Run XNA games without code changes in Silverlight 3]
 
==Indkøb==
* USB Stick til mig og Annette
* [http://www.edbpriser.dk/Product/Details.aspx?q=3ware&sp=all&pid=450114 3ware Multilane Serial Attached SCSI (SAS) internt]


==MediaPortal setup and configuration==
* [http://forum.team-mediaportal.com/codecs-external-players-55/guide-stutter-free-playback-reclock-45834/ A guide to stutter free playback with Reclock]
* [http://forum.slysoft.com/forumdisplay.php?f=85 SlySoft ReClock forum here you can find new ReClock downloads]
* [http://oss.slysoft.com/ReClock/ ReClock sourcecode]




--- Blandede ting
* Power kabler
* [http://artemis.dk/hd-htpc/ Guide: HD-HTPC Dansk forklaring på hvordan man afspiller Bluray på en HTPC]


==h.264 playback==
* [http://www.edbpriser.dk/Product/Details.aspx?q=keyboard&pid=420195 Logitech diNovo Mini (Dansk) (Bluetooth)]
* [http://www.h264info.com/guides.html H.264 How To Guides]
* Printerblæk
* [http://www.tomshardware.co.uk/forum/page-251947_15_0.html No Hardware Acceleration for 1080p mkv/avi with 8800Ultra?]
* [http://mpc-hc.sourceforge.net/DXVASupport.html DXVA Support in MPC Home Cinema]


* [http://coreavc.com/ CoreAVC]
* [http://www.divx.com/ DIVX 7 *** Deres codec virker med MediaPortal, men bruger en masse CPU]


* [http://forum.team-mediaportal.com/codecs-external-players-55/saf-v4-00beta-standalone-filters-dxva-ready-mpeg2-h-264-vc-1-a-44614/ SAF v4.00beta (StandAlone Filters) - DXVA ready (MPEG2, H.264 and VC-1).]
* [http://www.carcomm.eu/news/htc-desire-hd/ Carcomm HTC Desire HD bilholder]
* [http://www.xvidvideo.ru/media-player-classic-home-cinema-x86-x64/media-player-classic-homecinema-x86-x64-svn-1326.html MPC-HC (Russisk)]
* [http://www.brodit.com/?main=productinformation.jsp&anr=512198 Brodit HTC Desire HD bilholder]
* [http://software.intel.com/file/16062 Using H.264/AVC DirectX* Video Acceleration with the Intel® G45/GM45 Express Chipsets]
* [http://hemorrdroids.net/htc-desire-hd-brodit-car-mount/ Brodit HTC Desire HD bilholder - anmeldelse]
* [http://en.wikipedia.org/wiki/Advanced_Audio_Coding Advanced Audio Coding AAC - Wikipedia]
* [http://www.mobilefun.co.uk/htc-desire-hd-car-upgrade-kit-cu-s400-p26536.htm HTC Desire HD Car Upgrade Kit - CU S400]
* [http://www.cypheros.de/dvb_e.html TS-Doctor and TS-Packet-Viewer]
* [http://www.audiocoding.com/index.html AudioCoding.com FAAC - FAAD2]
---
* [http://www.hack7mc.com/2009/04/disable-and-replace-ms-dtvdvd-decoder.html Disable and Replace MS DTV/DVD Decoder]
* [http://www.geekzone.co.nz/forums.asp?ForumId=83&TopicId=20744 Cyberlink hardware accleration registry]
* [http://www.hack7mc.com/2009/02/mkvs-for-minimalists-on-windows-7.html MKVs for Minimalists on Windows 7]
* [http://nunnally.ahmygoddess.net/configuring-kmplayer-to-play-h-264-videos-using-microsofts-directx-video-acceleration-dxva-and-nvidias-compute-unified-device-architecture-cuda/ Configuring KMPlayer to play H.264 videos using Microsoft’s DirectX Video Acceleration (DXVA) and nVidia’s Compute Unified Device Architecture (CUDA)]
* [http://aaron-kelley.net/blog/2009/08/use-windows-7s-built-in-h-264-decoder-in-media-player-classic-homecinema/ Use Windows 7’s built-in h.264 decoder in Media Player Classic Homecinema]
---
Mediecenter 1,1 RC1


Søgte på: microsoft dtv-dvd video decoder" mediaportal, og fandt:
==Mediaportal remote - iPiMP - a Smartphone web interface to MediaPortal==
* [http://mantis.team-mediaportal.com/view.php?id=2437 0002437: Incompatibility between HDTV and codecs other than coreavc]
* [http://forum.team-mediaportal.com/ipimp-518/ iPiMP forum]
* [http://forum.team-mediaportal.com/submit-patches-mediaportal-tv-server-etc-325/possible-fix-mantis-0002437-incompatibility-between-hdtv-microsoft-dtv-dvd-71814/#post520751 Possible fix for Mantis #0002437 - Incompatibility between HDTV and Microsoft DTV-DVD]
* [http://code.google.com/p/ipimp/wiki/iPiMPWiki iPiMPWiki]
* [http://code.google.com/p/ipimp/wiki/Introduction An introduction to iPiMP - a Smartphone web interface to MediaPortal]


* [http://forum.team-mediaportal.com/untested-mediaportal-1-1-0-beta-svn-builds-268/mediaportal-svn-snapshot-11-14-2009-14-48h-revision-24102-rar-73340/index2.html Medieportal freezes when zapping from MPEG2 to h.264 Mylle]
==MailIT==
* F:\MailIT\Dokumentflet
* F:\MailIT\MailITPDFfiler


==h.264 edit==
* Opsætning foretages i Navsion via SALG OG MARKETING --> EXPANDIT MAILIT --> RAPPORTER --> RAPPORTOPSÆTNING på fanerne PDF-fil og Fletning.
* [http://www.avs4you.com/AVS-Video-Editor.aspx AVS4YOU]
 
==Setup of MediaPortal on Asrock 330HT-BD ION==
==Howto Patch .NET managed EXE to run as x86 on x64 bit computer==
* Enter BIOS and select default '''Performance Setup AHCI Mode''' - save and exit
There is a 32BIT flag in the CorFlags section of the header of a portable executable image that tells Windows if the EXE should be allowed to run as 64 bit application x64 bit Windows.<br>
* Install Windows x64
If this flag is set, the application will run as x86 on both x86 and x64 bit machines.<br>
* Insert '''ASRock NetTop ION 330 Series support CD for Windows7 64 MCE
 
* Start ASRSetup
To set the flag and force application to run as x86 use:<br>
* Select '''Install all drivers (it takes several reboots where you must reenter password) (this way You will get the Coprocessor driver installed - that might be impossible otherwise)
'''CorFlags.exe assembly.exe /32BIT+'''<br>
* Install Avast antivirus
 
* Install Google Chrome
CorFlags.exe is located in "C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin" or one of the other folders win SDK bin's.
* Connect USB Tuners and let windows install drivers
 
* Right click Atheros AR9265 Wireless Network Adaptor in Device Manager and select Update Driver Software - it will find a new driver
* [http://msdn.microsoft.com/en-us/library/ms164699(VS.80).aspx CorFlags Conversion Tool (CorFlags.exe) - MSDN]
* Install all important updates from Windows Update
 
* Install MediaPortal - defult, default,... one click...
==Kogebøger==
* Run TV Setup - Subtitle Settings - Preferred Language Danish
* [http://www.mad.henning-holler.dk/index.html Hollers kogebog - Tapas]
* Run TV Setup - Subtitle Settings - Enable DVB Subtitles
* http://www.yggenyk.dk/wiki/Kold_kartoffelsalat_med_gr%C3%B8nne_b%C3%B8nner_og_kapers
# TV Servers - Scan for TV channels
# TV Channels - Delete Scrambled/encrypted channels
# TV Channels - Unselect channels you won't see in the TV Guide
# DVB EPG - TV Epg grabber - Press All (otherwise next step won't work)
# Recording - General - set Pre-and Post recording to 4 and 6 min
# Manual Control - Refresh DVB EPG
# Additional 3rd party checks - Microsoft Mediacenter Services - Enable policy to prevent services startup
* OK
* Run MediaPortal Client Setup
# Select '''Microsoft DTV-DVD Video Decode''' where possible to get Hardware Acceleration
# Remote - Use Microsoft Microsoft MCE remote or keyboard
# Change all codecs possible to Microsoft DTV-DVD Video Decoder (or leave as default? - what's best?)
# Additional 3rd party checks - Autostart MPTray to launch MediaPortal with the MediaCenter Button
# TV - TV Client


* Add microsoft infrared tranceiver to increase range
==Rendering, zooming and printing with WPF==
* Disable Nuvoton W836x7HG CIR Device Driver to make sure only one CIR device is present
* [http://www.codeproject.com/Articles/85603/A-WPF-custom-control-for-zooming-and-panning A WPF Custom Control for Zooming and Panning]
* Install newest NVIDIA ION drivers (196.34)
* [http://blogs.msdn.com/b/kaelr/archive/tags/zoomablecanvas/ ZoomableCanvas]
* Set resolution to ... ... (a little less than 720 to fit visible area) 50Hz (If left at default 60Hz you can't plat 25Hz HD without a lot of lost frames)
* Instal InstantBoot(1.23.2) choose Fast mode
* Install OC Tuner and OC DNA


====Ting jeg ikke har helt styr på====
* [http://msdn.microsoft.com/en-us/library/system.windows.controls.canvas.aspx Canvas Class]
* Power Scheduler
* [http://msdn.microsoft.com/en-us/library/ms608740.aspx VisualTreeHelper.GetDescendantBounds Method]
* Start TV Server Configuration
* [http://msdn.microsoft.com/en-us/library/system.windows.uielement.rendersize.aspx UIElement.RenderSize Property]
* Plugins - Enable Power Scheduler
* Plugins - Power Scheduler - Generel
# Shutdown server after being idle 5 minutes
# Wakeup server for varius wakeup events
# Shutdown mode - Suspend
* Plugins - Power Scheduler - Advanced
# Enable extensive logging
* Plugins - Power Scheduler - EPG
# Prevent standby when grapping EPG
# Wakeup system for EPG grabbing on: 04:00
* Plugins - Power Scheduler - Network Monitor
# Prevent standby based on network activity


* Plugins - Browse and install Extensione
* [http://www.google.dk/search?sourceid=chrome&ie=UTF-8&q=clone+visual+tree Google - Clone Visual Tree]
* Know Extensions
* [http://www.slickthought.net/post/2009/05/26/Visual-Tree-Printing-in-WPF-Applications.aspx Visual Tree Printing in WPF Applications]
# Install MPEIPlugin
* [http://www.switchonthecode.com/tutorials/printing-in-wpf Printing in WPF]
# Install YouTube.Fm
* [http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/496f4f1c-8a1a-4f8f-a231-9d432268ebb8 Can PrintVisual use another resolution than 96 DPI?]
* [http://cid-fd9a0f1f8dd06954.office.live.com/browse.aspx/Public/Code%20Samples/WPF VisualCopyDemo]
* [http://msdn.microsoft.com/en-us/magazine/dd263097.aspx Render Text On A Path With WPF]


==XAML Guidelines==
* [http://www.cookingwithxaml.com/content/xamlguidelines/xamlGuidelinesDraft0.pdf XAML Guidelines]


==Localization in WPF==
* [http://robertoschiabel.wordpress.com/2010/01/31/wpf-add-localization-via-resx-files/ WPF: add localization via resx files]


Ret til default bios settings with AHCI det andet larmer frygteligt
==Resources in WPF==
* [http://csharpsimplified.wordpress.com/2009/02/16/resources-in-wpf-i-binary-resources/ Resources in WPF – I (Binary Resources)]
* [http://csharpsimplified.wordpress.com/2009/02/17/resources-in-wpf-ii-logical-resources/ Resources in WPF – II (Logical Resources)]


==Asrock 330HT-BD ION documents==
==Zooming med WPF==
* [http://europe.asrock.com/manual/ION%20330HT-BD.pdf NetTop ION 330 Series User Manual]
* [http://geekswithblogs.net/lbugnion/archive/2009/04/05/using-a-behavior-to-magnify-your-wpf-applications.aspx Using a Behavior to magnify your WPF applications - GalaSoft]
* [http://europe.asrock.com/manual/qig/ION%20330HT-BD.pdf Quick Installation Guide]
* [http://europe.asrock.com/manual/raid/ION%20330HT-BD/English.pdf RAID Installation Guide]
* [http://europe.asrock.com/manual/others/dts/ION%20330HT-BD.pdf Realtek HD Audio with DTS Operation Guide]


==ASRock==
* [http://stackoverflow.com/questions/741956/wpf-pan-zoom-image WPF - Pan & Zoom Image - stackowerflow]
* [http://wiki.team-mediaportal.com/MediaPortalDevelopment/MediaPortalSVN Mediaportal svn source repository]
* [http://www.vbdotnetheaven.com/UploadFile/raj1979/WPFVisualBrush01302009004450AM/WPFVisualBrush.aspx How to use Visual Brush in WPF]
* [http://www.asrock.com/support/qa/TSDQA-74.pdf Mouse and keyboard lost after standby]
* [http://jonkers.net.au/Iframe.aspx Transport stream cutter som ikke virker ordentligt IFrames]
* [http://www.engadget.com/2009/05/13/power-over-esata-fans-go-wild-over-mobo-manufacturers-latest-an/ eSATA power cable]
* [http://forums.mydigitallife.info/showthread.php?t=7583&page=3 Coprocessor not found Windows 7 x64]
* [http://forum.team-mediaportal.com/newcomers-forum-240/font-size-issue-streamedmp-skin-50435/ MediaPortal font size wrong]


* [http://cgi.ebay.com.au/Power-Over-eSATA-2-5-3-5-SATA-22pin-HDD-Adapter-1m-A_W0QQitemZ160380803963QQcmdZViewItemQQptZLH_DefaultDomain_15?hash=item255770db7b Power Over eSATA 2.5 3.5 SATA 22pin HDD Adapter 0.5m A]
* [http://www.codeproject.com/KB/dialog/WPFWindowFinder.aspx WPF WindowFinder Tool]


* [http://ontv.dk/xmltv OnTV.dk XMLTV programmer for 89,- / md]
* [http://windows-presentation-foundation.com/WPF_Layout_Viewbox.aspx ViewBox - windows-presentation-foundation.com]
* [http://forum.team-mediaportal.com/mediaportal-1-1-0-beta-1-454/problems-dropping-frames-evr-74360/index6.html Mediaportal dropping frames problem thread]


* [http://forum.recordere.dk/forum_posts.asp?TID=68537&KW=Asrock+st%F8j&PN=1&title=asrock-iOn330-larmer-hjlp Asrock ION330 larmer - hjælp!]
* [http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/ba5ae36c-324f-4220-be76-464eab74d475 Data binding to a VisualBrush viewbox]


* [http://social.technet.microsoft.com/Forums/en/w7itprohardware/thread/8cafe8b1-4a8f-48b2-bd8f-37969f74bf2f x64 Freezes if taksbar autohide]
==Design time data in WPF==
* [http://www.galasoft.ch/mydotnet/articles/article-2007091401.html WPF: Simulating data in design mode in Microsoft Expression Blend - GalaSoft]
* [http://www.arrangeactassert.com/how-to-use-designdata-to-populate-controls-with-design-time-data-in-silverlight-and-wpf/ How To Use DesignData To Populate Controls With Design Time Data In Silverlight And WPF]


Søg på: php performance atom processor mysql
==Routed Events in WPF==
* [http://www.ukraine.com.ua/tools/cms/site/download.php?url=/uploads/site_structure/content_ru/0732/03/05.doc&name=atom_vs_p4_benchmarks ATOM 330 vs. Pentium 4 2.8 Ghz Benchmark Results]
* [http://www.wpftutorial.net/RoutedEvents.html Routed Events]


==WD TV LIVE==
==Data Binding in WPF==
* [http://www.legitreviews.com/article/1118/2/ Western Digital WD TV Live HD Media Player Taken apart - see what's inside]
* [http://msdn.microsoft.com/en-us/magazine/cc163299.aspx Data Binding in WPF]
* [http://msdn.microsoft.com/en-us/library/ms752347.aspx Data Binding Overview]


==Maximum T-1300==
==Brushes in WPF==
Man kan anvende USB stick eller USB disk med extern strømforsyning. Brug evt. en USB strømskinne til at tænde disken.
* [http://msdn.microsoft.com/en-us/library/aa970904.aspx WPF Brushes Overview - MSDN]
* [http://msdn.microsoft.com/en-us/library/system.windows.media.tilebrush.viewbox.aspx TileBrush .Viewbox Property - MSDN]
* [http://msdn.microsoft.com/en-us/library/system.windows.media.imagebrush.imagesource.aspx ImageBrush .ImageSource Property - MSDN]


Maximum formatterer disken med FAT32.
==Silverlight==
<silverlight width="700" height="400">HelloWorldSilverlight.xap</silverlight>
<silverlight width="150" height="600">MediaWikiMenu.xap</silverlight>


Optagelser gemmes is chunks af 2GB så man er nød til at klistre dem sammen hvis man vil have en hel film.
==Stegetider og opskrifter==
* [http://www.svinegodt.dk/smcms/Svinegodt/I_koekkenet/Tilberedning/2884/Index.htm?ID=2884 Stegning i ovn
– mørt og ikke tørt, STOP i tide]


Man må ikke pege for højt med fjernbetjeningen.
==Open Source OCR==
Tesseract is a free software optical character recognition engine that was originally developed as proprietary software at Hewlett-Packard between 1985 and 1995. After ten years without any development taking place, Hewlett Packard and UNLV released it as open source in 2005. Tesseract is currently developed by Google and released under the Apache License, Version 2.0
* [http://code.google.com/p/tesseract-ocr/ tesseract-ocr
An OCR Engine that was developed at HP Labs between 1985 and 1995... and now at Google]
* [http://sourceforge.net/projects/tesseract-ocr/ Tesseract OCR - old Sourceforge homepage]
* [http://www.irfanview.info/plugins/kadmos/ KADMOS for Irfanview - NOT OPEN SOURCE]


==iPhone==
==Kopibeskyttelse af .NET programmer==
* [http://www.pcworld.com/article/159627/howto_use_your_iphone_as_a_wireless_laptop_modem.html iPhone som modem]
====Produckt keys ====
Hi!<br>
 
I've finished developing a windows application, but now I am faced with a dilemma on producing two versions of the software: evaluation copy and full version. Specifically, the software won’t utilize the internet for the verification of the product key. Can anyone help me to get started with creating license keys?<br>


Thanks.<br>


* [http://www.agilemobile.com/iphone.html  Agile Mobile iPhone Software The worlds best MSN®, ICQ®, AIM®, Yahoo® & Google Talk®]
jonorossi:<br>
Here is a pile of licensing solutions that you might want to browse through, even the good ones that I have heard heaps of people talk about aren't that expensive for the amount of hours you would spend doing it yourself<br>


* Guitar Tuner
-----------------------------------------------------------------<br>
* Morse og koder
* Kogebog billeder
* Oscilliscope
* FFT (Signal analysis)
* Room correction
* OCR
# http://stackoverflow.com/questions/850717/what-are-some-popular-ocr-algorithms
# http://www.discover.uottawa.ca/~qchen/my_papers/master_thesis.pdf
#
* Face / image recognition
# http://www.face-rec.org/algorithms/
# http://www.techcrunch.com/2008/04/27/google-experiments-with-next-generation-image-search/
# http://www.google.com/search?hl=en&q=pagerank+for+product+image+search&sourceid=navclient-ff&rlz=1B3GGGL_enDK266DK266&ie=UTF-8
* Games
* Korteste/hurtigste cykel vej


==Face detection==
Desaware Licensing System<br>
====OpenCV====
http://www.desaware.com/products/licensingsystem/index.aspx<br>
* [http://opencv.willowgarage.com/wiki/FaceRecognition Face Recognition using OpenCV]
Price: Expensive at $1495<br>
* [http://www.cognotics.com/opencv/servo_2007_series/part_4/index.html Seeing With OpenCV, Part 4: Face Recognition With Eigenface]
* [http://www.cognotics.com/opencv/servo_2007_series/part_5/index.html Seeing With OpenCV, Part 5: Implementing Eigenface]
* [http://www.emgu.com Emgu CV is a cross platform .Net wrapper to the Intel OpenCV image processing library.]


Licensing .Net Pro<br>
http://www.licensingdotnet.com/<br>
Price: Bargan from $29.95 (limited time)<br>


====Misc====
OpenLicense<br>
* [http://www.imageprocessingplace.com/root_files_V3/software/software.htm www.imageprocessingplace.com - Image Processing Software]
http://openlicense.tigris.org/<br>
* [http://www.imageprocessingplace.com/root_files_V3/tutorials.htm www.imageprocessingplace.com - Tutorials]
http://www.spextreme.com/openlicense/openlicense.aspx<br>
* [http://www.mathworks.com/matlabcentral/fileexchange/?sort=downloads Matlab Central - Mathlab downloads]
Price: Free<br>


* [http://www.mathworks.com/matlabcentral/fileexchange/4408-face-recognition-system Face Recognition System - In order to obtain the complete source code please visit - http://utenti.lycos.it/matlab/face.htm]
Infralution Licensing System<br>
* [http://utenti.multimania.it/matlab/face.htm Face Recognition System --- Release 2.0 --- Eigenfaces  for Recognition (Matthew Turk and Alex Pentland, 1991)]
http://www.infralution.com/licensing.html<br>
Price: $80<br>


==NTCore.com reversing==
LM-X<br>
* [http://www.ntcore.com/rebelnet.php Rebel .net]
http://www.x-formation.com/LM-X/<br>
* [http://www.ntcore.com/files/netint_native.htm .NET Internals and Native Compiling]
Price: Cannot find one, I cannot find a page to buy this one which isn't a good thing for them<br>


==Sådan finder du de nyeste og bedste drivere til din PC==
XHEO Licensing<br>
Disse sider kan automatisk detektere hvilken hardware du har og give dig download links til download af nyeste drivere.
http://www.xheo.com/products/enterprise/licensing/<br>
Price: $289<br>


* [http://www.intel.com/support/detect.htm Intel® Driver Update Utility Automatically identify and find drivers]
Shareware Starter Kit<br>
The Intel® Driver Update Utility keeps your system up-to-date. It detects which driver updates are relevant to your computer, and then helps you install them quickly and easily.
http://blogs.msdn.com/danielfe/archive/2005/07/10/437293.aspx<br>
Price: Free<br>
This solution requires the internet for licensing<br>


* [http://www.nvidia.com/Download/Scan.aspx NVIDIA Driver Downloads autodetect graphics drivers]
DreamKey<br>
http://www.fingoo.net/lib/asp/packages.asp<br>
Price: 2.9% or 3.9% of sales<br>


==Virtual machines==
-----------------------------------------------------------------<br>
* [http://en.wikipedia.org/wiki/Comparison_of_platform_virtual_machines Comparison of platform virtual machines]
* [http://en.wikipedia.org/wiki/VMware VMware]
* [http://en.wikipedia.org/wiki/Xen Xen]
* [http://en.wikipedia.org/wiki/Citrix_Systems Citrix]


==Image Library SDK==
Here is one artlcle about getting info from the user's computer that you could use to identify that the license will only work on their machine:<br>
FreeImage is an Open Source library project for developers who would like to support popular graphics image formats like PNG, BMP, JPEG, TIFF and others as needed by today's multimedia applications. FreeImage is easy to use, fast, multithreading safe, compatible with all 32-bit versions of Windows, and cross-platform (works both with Linux and Mac OS X).
Retrieving Hardware Identifiers in C# with WMI<br>
* [http://freeimage.sourceforge.net/index.html The FreeImage Project]
http://www.eggheadcafe.com/articles/20030511.asp<br>


==Squeezebox==
This article looks alright, but from just skimming through it, it looks like it is using very simple encryption:<br>
* [http://www.delback.co.uk/squeezebox/sbr_signal.html Getting an on/off indicator voltage out of a Squeezebox Receiver]
License Key Generation<br>
http://www.codeproject.com/dotnet/LicenseKeyGeneration.asp<br>
 
This one looks good, it uses a XML formatted license but it uses RSA to store the license key:<br>
Using XML Digital Signatures for Application Licensing<br>
http://www.codeproject.com/dotnet/xmldsiglic.asp<br>


==Windows 7==
Here is another article that uses RSA and XML that is easy to understand.<br>
* [http://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/6a569376-4207-4184-a8a7-73d5168c787e Visual Studio and SQL Server on Windows 7]
* [http://social.msdn.microsoft.com/Forums/en-US/sqlexpress/thread/1bfe382b-70a1-4811-93ee-204ce1e81eb7 SQL Server Management Studio broken on Windows 7]
* [http://blogs.msdn.com/sqlexpress/archive/2009/05/14/installing-sql-server-express-on-windows-7-release-candidate.aspx Installing SQL Server Express on Windows 7 Release Candidate ]


==NSLU2==
Really Simple Licensing Scheme for .NET<br>
* [http://www.nslu2-linux.org/ NSLU2-Linux]
http://jclement.ca/devel/dotnet/reallysimplelicensing.html<br>
* [http://chezphil.org/slugpower/ SlugPower - A Slug-Controlled Power Switch]
* [http://www.ftdichip.com/Products/FTEvaluationKits.htm FTDI Evaluation Kits]
* [http://www.ftdichip.com/Documents/DataSheets/Modules/DS_UM245R.pdf UM245R USB-Parallel FIFO Development Module - Incorporating FTDIChip-ID™ Security Dongle]


* [http://www.nslu2-linux.org/wiki/Main/SercommFirmwareUpdater Sercomm Firmware Updater]
-----------------------------------------------------------------<br>


====Webcam====
Those are a few commerial solutions and a few sample licensing apps. It might be easier and cost less (because time is money) to purchase a commerial solution because then you have support and upgrades.<br>
* [http://johnarthur.wordpress.com/2008/03/25/a-high-resolution-ip-webcam/ A High-Resolution IP Webcam]
* [http://johnarthur.wordpress.com/2008/03/29/further-notes-on-the-nslu2-and-quickcam-pro-9000/ Further notes on the NSLU2 and QuickCam Pro 9000]
* [https://forum.openwrt.org/viewtopic.php?id=14754 WebCam Using OpenWRT to record WebCam snapshots to USB drive]


==Router==
Let me know if you need anything else, Jono
* Belkin f5d9230-4
* https://forum.openwrt.org/viewtopic.php?id=19021


==.NET Obfuscators==
====Detecting if the application is being debugged====
* [http://en.wikipedia.org/wiki/Comparison_of_.net_obfuscators Comparison of .net obfuscators]
* [http://blogs.msdn.com/b/jmstall/archive/2006/07/03/managed-vs-native-apis.aspx Managed vs. Native debugging APIs]
* [http://code.google.com/p/babelobfuscator/ Babel Obfuscator]
 
==CHM to PDF===
* [http://www.theta-software.com/ CHM To PDF Converter - Theta - Software]
* [http://www.processtext.com/abcchm.html ABC Amber CHM Converter]
* [http://www.colorpilot.com/chm2pdf.html CHM2PDF Pilot]


* [http://www.metapropeller.com/ Assemblur - Limit Assemblur is free for use in software projects consisted of a single compiled assembly]
==Recover PDF passwords==
* [http://www.preemptive.com/dotfuscator-product-family.html - Dotfuscator Community Edition]
* [http://sourceforge.net/projects/pdfcrack/ pdfcrack open source for Linux]
* [http://www.foss.kharkov.ua/g1/projects/eazfuscator/dotnet/ Eazfuscator.NET]
* [http://blog.rubypdf.com/pdfcrack/ pdfcrack for windows]
* [http://code.google.com/p/obfuscar/ Google Obfuscar]
* [http://ntcore.com/phoenix.php Phoenix Protector]
* [http://www.codeplex.com/SharpObfuscator SharpObfuscator]


==Outlook hænger==
==Den skaldede kok's kartoffelsalat==
* [https://kc.mcafee.com/corporate/index?page=content&id=KB57977 Slet EXTEND.DAT og lad Outlook skabe en ny selv]


==Skærme==
* 1 kg kartofler
* [http://accessories.euro.dell.com/sna/category.aspx?c=dk&category_id=4009&cs=dkdhs1&l=da&navla=33811~0~162930&nf=33811~0~162930&s=dhs&~ck=anav Dell G2410]
* [http://www.flatpanels.dk/nyhed.php?subaction=showfull&id=1249633096 Dell lancerer 3 nye 20-23" skærme]
* [http://reviews.cnet.com/lcd-monitors/dell-g2410/4505-3174_7-33581193.html?tag=lia;rcol Dell G2410 - Cnet review]
* [http://www.cnet.com/topic-reviews/monitor.html Cnet monitor top reviews]
* [http://accessories.euro.dell.com/sna/productdetail.aspx?c=dk&l=da&s=dhs&cs=dkdhs1&sku=520-10704#Overview Soundbar]


==Free icons==
* 3/4 dl æbleeddike
* [http://famfamfam.com/lab/icons/ FAMFAMFAM]
* 1/4 tsk friskkværnet sort peber
"C:\Program Files\Microsoft Visual Studio 9.0\Common7\VS2008ImageLibrary\1033\VS2008ImageLibrary.zip"
* 1/2 dl hakket persille
* [http://blogs.msdn.com/dwayneneed/archive/2007/10/05/blurry-bitmaps.aspx Presentation Source : Blurry Bitmaps]
* 2 store knuste fed hvidløg
* [http://social.msdn.microsoft.com/forums/en-US/wpf/thread/c2e6c82d-025b-4ef2-a88f-f5fb8e69e420/ WPF + bitmap = WTF! Microsoft, why no fix after 2 years?!]
* 3/4 dl dijonsennep
* 1/2 tsk salt
* 3/4 dl olivenolie
* 3/4 dl mayonnaise


==Donkraft==
Kog kartoflerne i letsaltet vand med lidt citronsaft - syren fra citronen holder bid i de nye kartofler.<br>
* http://www.golfmk5.com/forums/showthread.php?t=33626
Skær kartoflerne i skiver når de er kogt.<br>
* http://www.protechproducts.net/jackpads.htm
Bland dressingen mens kartoflerne koger.<br>
* http://rexhockey.com/information.php?info_id=14&language=da
Når kartoflerne er afkølede, kommes dressingen over.<br>
* http://forums.vwvortex.com/zerothread?id=3255013
Kom lidt i ad gangen, så der ikke kommer for meget dressing, og det hele svømmer.<br>
* http://forums.vwvortex.com/zerothread?id=4063908
==Madleksikon==
* http://www.gti-vr6.net/library/misc/how_to_jack_car_up.html
Ansjoser
* [http://ekstrabladet.dk/kup/fodevarer/article1378062.ece Mick og ansjosmysteriet]
==Politikens opskrifter Tjek.dk==
* [http://politiken.dk/tjek/tjekmad/tjekopskrifter/article736083.ece Fyldte auberginer]


==Golf IV benzinpumpe==
==AGM Batterier==
* http://www.automotix.net/autorepair/recalls/22194-recall/
* http://www.scanbrit.dk/varekatalog_vis.asp?id=733
* http://forums.vwvortex.com/zerothread?id=2241752
* http://www.scanbrit.dk/upload/pdf/6fm75.pdf
* http://www.carfax.com/car_safety/ratings/SRR.cfm/year/1999/make/VOLKSWAGEN/model/GOLF/trim_id/1999VOLK4HFGOLF_WOLFSBURG_EDITION
* http://www.bue-net.dk/product_info.php?products_id=6622 845,-
* http://www.marinetorvet.dk/visprodukt.asp?ProduktID=1752 999,-
* http://www.harald-nyborg.dk/merinfo.asp?varenr=6674&n=10 895,-


* http://townhall-talk.edmunds.com/direct/view/.ef185f2
==Open source S.M.A.R.T Disk tool==
* [http://crystalmark.info/?lang=en CrystalDiskInfo - CrystalDiskMark]
* [http://sourceforge.jp/projects/crystaldiskinfo/ CrystalDiskInfo SourceForge.jp]
CrystalDiskInfo  is a HDD/SSD utility software which supports S.M.A.R.T and a part of USB-HDD.
* [http://sourceforge.jp/projects/crystaldiskmark/ CrystalDiskMark]
CrystalDiskMark is a disk benchmark software.


==De sider IT smed ud==
* [http://smartmontools.sourceforge.net/  
 
smartmontools
Søg på VOIP RTP PACKET SIZE 180 260
Search: ]
* http://toncar.cz/Tutorials/VoIP/VoIP_Basics_Jitter.html VoIP Basics: About Jitter
The smartmontools package contains two utility programs (smartctl  and smartd) to control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (SMART) built into most modern ATA and SCSI harddisks. In many cases, these utilities will provide advanced warning of disk degradation and failure.  


* [http://gsmartcontrol.berlios.de/home/index.php/en/Home GSmartControl - Hard disk drive health inspection tool]
GSmartControl is a graphical user interface for smartctl (from [http://smartmontools.sourceforge.net/ smartmontools] package), which is a tool for
querying and controlling SMART (Self-Monitoring, Analysis, and Reporting
Technology) data on modern hard disk drives. It allows you to inspect the
drive's SMART data to determine its health, as well as run various tests on
it.


* http://old.iptel.org/ser/cvs/
==Application settings in .NET==
* http://www.wlanbook.com/netstumbler-windows-vista/
* [http://msdn.microsoft.com/en-us/library/cftf714c.aspx Settings Page, Project Designer- MSDN]
* http://software.intel.com/en-us/intel-ipp/
* [http://msdn.microsoft.com/en-us/library/system.windows.window.closing.aspx Window.Closing Event - MSDN]
* http://software.intel.com/en-us/intel-parallel-studio-home/
* [http://msdn.microsoft.com/en-us/library/system.configuration.applicationsettingsbase_members.aspx ApplicationSettingsBase Members - MSDN]
* [http://www.bearcanyon.com/dotnet/ Mike Woodring's .NET Sample Page]
* [http://stackoverflow.com/questions/154533/best-way-to-bind-wpf-properties-to-applicationsettings-in-c Best way to bind WPF properties to ApplicationSettings in C#?]
* [http://www.eggheadcafe.com/software/aspnet/29435781/how-to-share-settings-bet.aspx how to share settings between app <-> class lib?]
* [http://blogs.windowsclient.net/bragi/archive/2008/07/03/using-settings-in-wpf-or-how-to-store-retrieve-window-pos-and-loc.aspx Using settings in WPF (or how to store/retrieve window pos and loc)]




* http://msdn.microsoft.com/en-us/library/ms752347.aspx
==What hardware is in my PC==
* http://msdn.microsoft.com/en-us/library/ms748857.aspx
# Select Properties
* http://msdn.microsoft.com/en-us/library/ms684175(VS.85).aspx
# Select the Details tab
* http://www.csie.ntu.edu.tw/~acpang/course/voip_2004/
# Select Hardware Ids
# Use the links below to locate Your hardware
* [http://www.pcidatabase.com/ www.pcidatabase.com PCI Vendor and Device Lists]
* [http://www.pcidatabase.com/reports.php?type=tab-delimeted List of known Id's in text format]




* http://www.eggheadcafe.com/forumarchives/windowsdeveloperwinfxavalon/oct2005/post24055402.asp
==Scanning==
* http://nayyeri.net/blog/slider-control-in-windows-presentation-foundation/
* [http://www.piratgruppen.org/wiki/index.php/Ops%C3%A6tning_og_indscanning_med_Omnipage Opsætning og indscanning med Omnipage]
* http://nayyeri.net/blog/viewbox-and-viewport-in-windows-presentation-foundation/
* [http://linux.aldeby.org/how-to-professionally-scan-and-ocr-with-open-source-tools.html How to professionally scan and OCR with open source tools]
* [http://en.flossmanuals.net/ReadingandSugar/ScanningBookPages SCANNING BOOK PAGES]
* [http://www.proportionalreading.com/scan.html How To Scan a Book]
* [http://www.imagemagick.org/script/index.php ImageMagick - crop from the command line]
* [http://www.gimp.org/ GIMP - use it to figure out where ImageMagic should crop]


==Frisbee golf==
* [http://www.gutenberg.org Project Gutenberg]
* http://www.discsalg.dk
* [http://msdn.microsoft.com/en-us/magazine/cc534995.aspx#id0070014 Foundations - Bitmaps And Pixel Bits - Charles Petzold]
* [http://www.wintellect.com/CS/blogs/jprosise/archive/2009/03/23/silverlight-3-s-new-writeablebitmap.aspx SILVERLIGHT 3'S NEW WRITEABLE BITMAP]


==Solstrøm==
* [http://kerychip.dk/oscommerce_st/catalog/product_info.php?cPath=60_94&products_id=837 KeryChip Webshop i Viborg]
* [http://ing.dk/artikel/99298-solstroem-nyt?highlight=solstr%F8m Solstrøm nyt - Poul-Henning Kamp]


==Outlook remote access==
* [http://www.filmscanner.info/FilmscannerRangliste.html Filmscanner rangelist]
* [http://www.msexchange.org/tutorials/Outlook-Anywhere-2007-ISA-Server-2006.html Outlook Anywhere 2007 with ISA Server 2006]


* [http://www.bilgalleri.dk/html/for_messageDetail.asp?Msg_ID=497032 Autoforkortelser]
* [http://en.wikipedia.org/wiki/Microsoft_Site_Server Microsoft Site Server]


==Passat sætter ud==
==Artikler smidt ud under oprydning==
* [http://ing.dk/debat/13213 Diskussion fra ingeniøren (Golf 2.0 temperatursensor)]
* [http://www.microsoft.com/msj/archive/s25f.aspx Write a Simple HTTP-based Server Using MFC and Windows Sockets]
* [http://www.motor-talk.de/forum/passat-setzt-waehrend-der-fahrt-aus-t1580159.html?page=1 Tysk side om Crankshaft position sensor CKP]
* [http://tech.bentleypublishers.com/thread.jspa?threadID=35392&start=0&tstart=0 Tændingslås?]
Vevaxellägesgivare
* http://webkat.mekonomen.se/inetkat/default.asp?Hbutik=3384-000&Hsprak=S&Htider=Vardagar+8.00+-+18.00+Lördag+10-14+&Hadress=Landskronavägen+14,+252+32+HELSINGBORG,+Tel:+042-132400&Hepost=helsingborg@mekonomen.se


Benzinpumpe
==DPC Latency==
* [http://starquest.i-x.net/viewtopic.php?t=1031 Adskillelse af tank, pumpe og filter]
* [http://www.thesycon.de/deu/latency_check.shtml DPC Latency Checker]
* http://forums.vwvortex.com/zerothread?id=3873161&page=1
* [http://blogs.msdn.com/peterwie/archive/2008/10/06/measuring-dpc-time.aspx Measuring DPC time]


==Sommerferie==
1) Download and install
* [http://www.familiecamping.dk/site/Getfile.asp?Id=70 Sannes Familiecamping - Gudhjem]
* [http://www.microsoft.com/downloads/details.aspx?FamilyID=c17ba869-9671-4330-a63e-1fd44e0e2505&displaylang=en Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1]


==Have==
2) Start All Programs - Microsoft Windows SDK v7.0 - Tools - Install Windows Performance Tool Kit (x64)
* [http://www.dueplant.dk/planter.html Oversigt over planter]
* [http://www.dueplant.dk/ordbog.html Botanisk ordbog]
* [http://www.gartnertips.dk/32-hvornaar%20beskaerer%20man.htm Hvornår er det bedst at beskære?]


===Jord og kompost===
3)
* [http://www.lyngenaturgoedning.dk/ Lyngenaturgoedning]
Administrator - Command prompt
* [http://vognladet.dk/product.asp?product=16 Vognladet]
C:\Program Files\Microsoft Windows Performance Toolkit>xperf -on Latency
* [http://www.vestfor.dk/web/ama/jordfrisk Vestforbrændings jordfrisk]
C:\Program Files\Microsoft Windows Performance Toolkit>xperf -stop
* [http://www.johannesfog.dk/fileadmin/www/user_upload/Tilbud/Aviser/012009_Udlejningsprisliste.pdf Trailerleje]
C:\Program Files\Microsoft Windows Performance Toolkit>xperfview.exe \kernel.etl
* [http://www.rigsadvokaten.dk/media/ra_medd_4-2000_boedekatalo.pdf Bødetakster for overlæs]
* [http://www.politi.dk/Nordsjaelland/da/Borgerservice/Fardsel/Pahangskoretoj/ Regler for Påhængskøretøj med almindeligt B kørekort]


===Gødning===
NVIDIA PowerMizer !!
* [http://www.tilbudsugen.dk/ Tilbudsugen.dk]
* [http://www.bauhaus.dk Bauhaus - billig + LIC rabat]
* [http://www.homeshop.dk/70-fro-godning Home Shop - billig] brug links med rabatkoder fra http://www.pricerunner.dk/sp/trim-pl%C3%A6nerens.html
COntan2 er leverandør til det professionelle grønne område.
Vores kunder er blandt andet gartnere, boligselskaber, golfbaner, servicevirksomheder og offentlige myndigheder.
* [http://www.contan2.dk/ COntan2 Gartner-Kemi]
* [http://shop.nordicstaldkemi.dk Nordic Stald Kemi]
* [http://www.nordjyske.dk/livsstil/husoghave/forside.aspx?ctrl=10&data=174%2C2801573%2C5%2C3 Haven gror og kræver gødning - Her står hvordan man regner ud hvor meget der skal til]
* [http://www.havenyt.dk/artikler/dyrkningsmetoder/goedning/319.html Havenyt.dk Gødningsmængder til køkkenhaven]
* [http://www.mobil-forum.dk/showthread.php?t=12583 Reperation] Mobil telefoner


* [http://fpn.dk/bolig/have/article1323227.ece Hjemmedyrkede jordbær til sommer – det kan lige nås]
Device Driver Kit tracelog
* [http://www.havenyt.dk/artikler/koekkenhaven/groensager/loeg_og_porrer/155.html Havenyt.dk - Porrer]
* [http://msdn.microsoft.com/en-us/library/ms797921.aspx Windows Driver Kit: Driver Development Tools Example 15: Measuring DPC/ISR Time]


* [http://www.tv2nord.dk/default.asp?PageID=108 Gødning TV2/Nord]


Dell
* [http://en.community.dell.com/blogs/direct2dell/archive/2010/02/19/update-on-dpc-latency-for-alienware-m17x-customers.aspx Update on DPC Latency for Alienware M17x Customers]


Annettes røde blomst til venstre for pejsen.<br>
==3D Plotter==
PERIKON HYPERICUM 'AUTUMN BLAZE'<br>
* [http://reprap.org/ RepRap is short for Replicating Rapid-prototyper]
Gule blomster i juni-sept. Dekor., rødbrune frugter. Ca 1 m. høj. Hårdfør - nøjsom - sol - halvskygge.
* [http://homes.esat.kuleuven.be/~visit3d/webservice/v2/index.php ARC 3D Webservice]
Beskæring af disse skal foretages med en total nedskæring af alle grene til 10 - 15 cm. over jorden. Det kan foretages i den sidste halvdel af vinteren og busken vil så hurtigt etablere nye grene og blomstre i juni / juli måned.
* [http://lists.diku.dk/pipermail/imageworld/2007-August/000537.html About ARC 3d Webservice]
* [http://meshlab.sourceforge.net/ MeshLab]


==Sata, Micro Sata and eSata==
==Stenslibning==
* [http://www.allpinouts.org/index.php/Serial_ATA_(SATA,_Serial_Advanced_Technology_Attachment) (SATA, Serial Advanced Technology Attachment) Connector Pinout]
* [http://www.anku-netbutik.dk ANKU Netbutik]


==Wireless Antenn==
==Program Compatibility Assistant (PCA)==
* [http://www.extremetech.com/article2/0,2845,1641185,00.asp Building a Wi-Fi Antenna Out of a Tin Can]
* [http://msdn.microsoft.com/en-us/library/dd371711(VS.85).aspx Application Manifest - Windows 7]
* [http://msdn.microsoft.com/en-us/library/bb756937.aspx Application Compatibility: Program Compatibility Assistant (PCA)]


==SMTP==
==Equations in Word 2007==
* [http://technet.microsoft.com/en-us/library/aa998368(EXCHG.65).aspx How to Configure a Windows Server 2003 Server as a Relay Server or Smart Host]
* [http://blogs.msdn.com/microsoft_office_word/archive/2006/10/04/Equations-in-Word-2007.aspx Equations in Word 2007]
* [http://technet.microsoft.com/en-us/kb/kb00324958.aspx How to block open SMTP relaying and clean up Exchange Server SMTP queues in Windows Small Business Server]


==Kopibeskyttelsesdriver på pluto sfdrv01.sys==
==Geocaching==
* http://www.glop.org/starforce/  
* [http://www.getcachebox.net/ Cachebox]
* http://www.file.net/process/sfdrv01.sys.html
* [http://www.microsoft.com/downloads/details.aspx?familyid=E3821449-3C6B-42F1-9FD9-0041345B3385&displaylang=en Installer Microsoft .NET CF 3.5]
* Boycott Starforce NEWS: Ubisoft won't use Starforce anymore !
* Installer http://www.getcachebox.net/install/sqlce30.wce5.armv4i.CAB
* Kopier sqlceme30.dll fra C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\SQL Server\Mobile\v3.0\wce500\armv4i\sqlceme30.dll
* Tilføj HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows CE Services\AllowLSP Let this be a DWORD with a value of 0
* Flyt data væk fra main memory


==Hegn og hække==
==Database EER Diagrams==
* [http://www.havenyt.dk/artikler/inspiration/hegn_og_haekke/754.html Hegn og hække - Gode arter til klippet hæk]
MySQL Workbench
==Home made digital thermometer==
* [http://www2.cs.uregina.ca/~bernatja/crowsfoot.html Crow’s Foot Notation]
* [http://para.maxim-ic.com/en/search.mvp?fam=temp_sens&374=1-Wire|1-Wire%20Non-Network|2-Wire%2FSMBus|3-Wire|3-Wire%2FSPI|Freq.%20%26%23181%3B%20Temp.|PWM|Period%20%26%23181%3B%20Temp.|Period%20%26%23181%3B%20Temp.|Pulse%20Delay&tree=master Maxim Temperature Sensors - interactive device selector]
* [http://stackoverflow.com/questions/762937/whats-the-difference-between-identifying-and-non-identifying-relationships What’s the difference between identifying and non-identifying relationships?]
* [http://www.maxim-ic.com/design_guides/en/TEMP_SENSORS_13.pdf Maxim design guide - Temp Sensors]


* [http://tau.ac.il/~stoledo/lego/i2c-1631/ Lego NXT Digital Temperature Sensor]
==Surdej==
* http://www.lillekrabbe.dk/surdej/surdej_hvordan.htm


===1-wire devices===
==Perspektiv i billeder==
* [http://en.wikipedia.org/wiki/1-Wire 1-Wire - Wikipedia]
* http://www.google.dk/search?q=whiteboard+photo+straighten&rls=com.microsoft:da:&ie=UTF-8&oe=UTF-8&sourceid=ie7&rlz=1I7GGLC_en
Maxim's DS9097 is a serial adapter to connect a 1-wire or iButton device to a PC.<br>
* http://www.google.dk/search?hl=da&rls=com.microsoft:da:&rlz=1I7GGLC_en&q=perspektiv+opretning+photoshop&btnG=S%C3%B8g&meta=&aq=f&oq=
It can be bought from Maxim [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2982 DS9097] or you can make it yourself [http://arti.vub.ac.be/~bartj/domoticube/1wireboard.html Homemade 1-wire to Serial adapter] or this [http://www.elektroniikka.org/thermometer/?page=adapter another 1-wire to Serial adapter] or this [http://www-e.uni-magdeburg.de/mthraenh/newapp74.pdf serialport adapter that supplies also 5V]
* http://www.ephotozine.com/article/How-to-correct-verticals-using-Gimp-9992
* [http://www.maxim-ic.com/products/ibutton/software/sdk/sdks.cfm MAXIM - Software Development Kits]
* [http://www.maxim-ic.com/appnotes.cfm/an_pk/1740 APPLICATION NOTE 1740 - White Paper 6: 1-Wire Drivers Installation Guide for Windows]
* [http://sourceforge.net/projects/owdotnet/ OWdotNET - Use the Dallas 1-Wire and iButton chips with standard C# using a serial adapter (also CF.net) or the TMEX drivers on the .NET platform.]
* [http://www.pmalmberg.com/2008/01/03/tmexnet-1-wire-in-pure-c/ TMEX.Net = 1-Wire in pure C#]


Temperature sensors
==C#==
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/5355 DS28EA00]
* [http://www.csharp-examples.net/examples/ C# Examples - a site with many useful code snippets]
: 12-bit
 
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/4576 DS1825]
==Skumringsrelæer==
: 12-bit
* http://www.billigvvs.dk/El-artikler-Bevaegelsessensor-Sensor-inde--Servodan-Skumringsrelae-med-indbygget-radiostyret-DCF-ur-389772.html
: Measures Temperatures from -55°C to +125°C
* http://www.esylux.com/dk/dk/produkte/katalog/product_group.php?group_id=Node%group4160622992140&lang=dk
: ±0.5°C Accuracy from -10°C to +85°C 
* http://www.preisroboter.de/search.php?search=4015120016509
: 12-Bit Digital Word in 750ms (max)
: Only 8-Pin µSOP
: 3.0 to 3.7V


* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2812 *DS18B20]
: 12-bit
: Measures Temperatures from -55°C to +125°C
: ±0.5°C Accuracy from -10°C to +85°C 
: 12-Bit Digital Word in 750ms (max)
: Also 3-Pin TO-92 Packages !!!
: 3.0V to 5.5V
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2813 DS18B20-PAR]
: 12-bit
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2815 DS18S20]
: 9-bit
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2816 DS18S20-PAR]
: 9-bit


===I²C 2-Wire/SMBus devices===
==Cykel holdere til iPAQ og iPhone==
* [http://en.wikipedia.org/wiki/I%C2%B2C I²C - Wikipedia]
* [http://www.handhirn.de/zubehoer/Hewlett+Packard/iPAQ+rx5935/pdair-alucase-hardcase-fuer-hp-ipaq-rx59xx---silber-a1572.html PDAir Alu case]
Temperature sensors
* [http://www.pdair.com/catalog/product_info.php?cPath=10100000_200000_11000067&products_id=5112 APAir Alu Case fabrikkens hjemmeside]
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/4407 *DS620]
* [http://www.pdamax.de/seiten/detailansicht_an-127.html?sid=55530d3c69065441e38b2e7842e1d84a Den fancy holder til iPhone]
: 13 bit
* [http://www.andres-industries.de/index.php?option=com_content&view=article&id=183&catid=34&Itemid=61%E2%8C%A9%3Dde%E2%8C%A9%3Dde&lang=de Andres Industries AG - Dem som laver den fancy holder til iPhone]
: Measures Temperatures from  -55°C to +125°C
* [http://www.arkon.com/iPhone_Car_Mount.php Langt nede på siden er der en meget billig cykelholder til iPhone]
: ±0.5°C Accuracy Over a 0°C to +70°C Range
: Fast (13 bit 200ms max) Temperature-to-Digital Conversion Time
: 1.7V to 3.5V
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2737 DS1621]
: 12 bit
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2738/ln/ DS1624]
: 13 bit
: Measures Temperatures from  -55°C to +125°C
: ±0.5°C Accuracy Over a 0°C to +70°C Range
: 13 bit max 1000ms
: 2.7V to 5.5V
: 256 bytes of E2 memory
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3241 *DS1631]
: 12 bit
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/5730 DS7505]
: 12 bit
: Measures Temperatures from  -55°C to +125°C
: ±0.5°C Accuracy Over a 0°C to +70°C Range
: 12 bit 200ms
: 1.7V to 3.7V
: Multidrop Capability
: Stand-Alone Thermostat Capability (open-drain output)


===I²C to 1-Wire bridge===
* [http://www.hrautocomfort.de HERBERT RICHTER fabrikken der laver de almindelige holdere]
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/4338/t/al DS2482-800 Eight-Channel 1-Wire Master]
* [http://www.maxim-ic.com/appnotes.cfm/an_pk/3684 APPLICATION NOTE 3684 - How to Use the DS2482 I²C 1-Wire® Master]


==Windows Fiewall "windows firewall has blocked some features of this program"==
Anmeldelser af iPhone holdere
* [http://support.microsoft.com/kb/875357/ Fejlfinding i forbindelse med indstillingerne for Windows Firewall i Windows XP Service Pack 2]
* [http://technet.microsoft.com/en-us/library/cc748991.aspx Windows Firewall with Advanced Security Getting Started Guide]


==DD-WRT flere netwæek på samme router==
* [http://www.jens-stratmann.de/?p=3165&gtlang=da Anmeldelse af BikeCase]
* http://viidev.blogspot.com/2008/05/secure-wep-network-for-nintendo-ds.html
* [http://www.jens-stratmann.de/iphone-fahrradhalter-mtb-rennrad-geocaching-outdoor/2009/09/30 Anmeldelse af BikeCase på tysk]
* http://www.dd-wrt.com/phpBB2/viewtopic.php?t=35556&postdays=0&postorder=asc&start=15
* [http://www.pocketnavigation.de/article/view_793__bikecase-fuer-das-iphone-3gs/2.4.19.html Den fancy]
* http://boards.fon.com/viewtopic.php?p=21851
* [http://www.spin-planet.de/2009/08/iphone-fahrradhalterung/ Den almindelige type med svanehals]
* https://secure.dd-wrt.com/wiki/index.php/FON_Hotspot#FON_On_DD-WRT_w.2F_Chillispot


==Geocaching==
==Garmin Edge 305==
* [http://skovkort.sns.dk/Default_2005_stor.asp Skovkort]
* [http://www.marengo-ltd.com/gps/ Open Source GPS HOW TO - Using a Garmin Edge to Plot Cycle Routes with Google Maps on Linux, Macs and Windows]
* [http://www.jyllingespejderne.dk/Kode_v410/index.htm Kodemaskine A-K og meget andet]


==Enable or disable Vista hibernation==
==BlueTooth Physiological Sensors==
http://www.syschat.com/enable-or-disable-vista-hibernation-2369.html
* [http://code.google.com/p/zephyropen/ Zephyr Open is a code project to provide a framework for BlueTooth Physiological Sensors]
* [http://forum.polar.fi/showthread.php?t=4323&page=7 Polar Bluetooth chest belt (for Nokia)]


==Outlook hangs==
==Cykelsko==
* http://office-outlook.com/outlook-forum/index.php?t=msg&th=44628/
SPD
mdi132
* [http://en.wikipedia.org/wiki/Cycling_shoe Wikipedia]
* [http://da.wikipedia.org/wiki/Spinning Spinning]


==Vista won't sleep or hibernate==
==Konverter video og musik T-1300 Kjærulf==
* https://msdn.microsoft.com/en-us/subscriptions/securedownloads/default.aspx
* [http://www.isoftdownload.com/software/daniusoft-digital-media-converter-pro Daniusoft Digital Media Converter Pro]
Use PwrTest in WDK
* [http://www.soundtaxi.org/index.php SoundTaxi]


==Køleskab==
==Performance analysis tools==
* http://www.lav-det-selv.dk/Forum/forumid/4/postid/5903/view/topic/
* [http://ipedia.net/what+is+Performance+analysis What is Performance Analysis?]
==Arduino Duemilanove==
* [http://ing.dk/grupper/selvgjort-er-velgjort/forum/121281 Selvgjort er velgjort]
* [http://let-elektronik.dk/ LET-Elektronik Arduino Print: Duemilanove]


==Håndmikser==
==Driveres for S12==
* [http://www.gp.se/content/1/c6/45/86/70/1117_elvispar.pdf Svensk test Göteborgs-Posten]
* [http://laptopvideo2go.com/ LaptopVideo2Go]
* [http://www.icakuriren.se/ArticlePages/200609/22/20060922103452_Icak021/20060922103452_Icak021.dbp.asp Svensk test Icakuriren (artikel)]
* [http://www.icakuriren.se/ArticlePages/200609/22/20060922103452_Icak021/test_elvispar.pdf Svensk test Icakuriren (test resultat)]
* [http://www.smartson.se/test/hushall/test-10-elvispar-2008.htm Svensk test Smartson]


==.NET Noter==
== Replace Lenivi Ideapad S12 LCD screen ==
<source lang="cpp">
After breking the sceen on my s12 i had to remove the lcd and this is how i did it.
            System.Diagnostics.Debugger.Launch();
            System.Reflection.Assembly.LoadFrom(@"<path to assembly to load>");
# remove the small plastic covers in the upper corners
# remove the screws underneath
# now you may carefully remove the front cover around the lcd screen. There are no screws holding it in the bottom, but a lot of 2side tape. I used a sharp knife to cut the tape from the cover . In the bottom the cover is clicked on so just carefully get the cover free ( use the force but not to much force ) .
# After getter the front cover off, unscrew the 4 screws that are holding the lcd screen to the metal frame . The 2 bottom screws are a little tricky cause theres not much room to work in.
# Lift the screen forward a little and disconnect the small connecter in the top of the back of the screen.
# Remove the tape covering the big connector on the back of ther screen and then disconnect the cable.
# your lcd is free and a new one may be fitted in the reverse order.


The steps you quoted are not entirely correct. There are two screws in the upper corners under the rubber bumpers and there is 2 sided tape on the inside of the bezel surrounding the LCD. There is also two screws on the bottom of the bezel but they are not under the rubber bumpers. They are hidden under the hinge covers. You need to pop them off and then remove the screws. The bezel will easily come off then.
R


            System.Diagnostics.Debugger.Launch();
==WCS-0010 IP Camera==
            AppDomain currentDomain = AppDomain.CurrentDomain;
* [http://uk.level1.com/product_l.php?searchtype=1&modelstr1=WCS&modelstr2=0010&type=1&btnsearch2.x=18&btnsearch2.y=13 Download]
            currentDomain.AssemblyResolve += new ResolveEventHandler(currentDomain_AssemblyResolve);
* [http://download.level1.com/level1/datasheet/WCS-0010_SPEC_V2.0.pdf Datasheet]
* [http://videoexpert.home.att.net/artic1/250sens.htm Light sensitivity, what is 3 LUX]


        System.Reflection.Assembly currentDomain_AssemblyResolve(object sender, ResolveEventArgs args)
==Windows Vista Backup, Windows 7 Backup and .VHD files==
        {
* [http://technet.microsoft.com/en-us/magazine/2007.09.backup.aspx A Guide to Windows Vista Backup Technologies]
            System.Diagnostics.Debugger.Launch();
* [http://blogs.zdnet.com/hardware/?p=3324 How-to: Getting started with .VHD files in Windows 7]
            return System.Reflection.Assembly.LoadFrom(@"<path to assembly to load>");
* [http://kb.acronis.com/content/3504 Acronis 3504: Mounting VHD File in Windows 7]
        }
* [http://www.petri.co.il/mounting-vhd-files-with-vhdmount.htm Mounting VHD files with VHDMount – Microsoft Virtual Server]
</source>
* [http://www.eggheadcafe.com/software/aspnet/32271826/complete-pc-backup-full.aspx Complete PC Backup: full vs. incremental]


==Tændingstidspunkts justering på en Passat AGG motor==
==Julegløgg==
Hvis man afmonterer hall sensors kabel og genstarter motoren får man fejlkode:
*2 dl Vodka eller klar Brøndum
VCDS version: NEZ 805.2
*1 flaske rødvin (70 cl)
*2 dl vand
Adresse 01:  Motor
*80 g sukker
Styreenhed reservedelsnr. : 037 906 025 G
*100 g rosiner
Beskrivelse og/eller version : SIMOS 4S          1941
*100 g mandler
Software kodning : 00000
*2 kardemommekapsler
Forhandlernummer : WSC 00000
*2 kryddernelliker
1 fejlkode fundet:
*1 spsk. friskrevet eller tørret ingefær
*Skallen af en halv usprøjtet appelsin, tyndt skrællet eller 1 g pomeransskal
00515 - Hallgiver (G40)
*1 hel kanelstang
        16-00 - Signal udenfor tolerance


Readiness: Ikke tilg.
*Lad krydderierne trække i rødvinen i ca. 8 timer, hvorefter de sies fra. Tilsæt resten af ingredienserne, og varm forsigtigt op under omrøring. Gløggen må ikke koge.


[[Image:VCDS_Styreenhed_Passat.jpg]]
*(6-8 personer)


==x64 Windows Registry keys and KEY_WOW64_64KEY==
* [http://www.codeproject.com/KB/system/Reflection.aspx Accessing 64 bit registry keys from 32 bit]
* [http://www.pinvoke.net/default.aspx/advapi32/RegOpenKeyEx.html x64 Registry keys read from C#]


[[Image:VCDS_Tændingsjustering_Passat.jpg]]
==Jobs==
* http://ing.dk/rank


* Oticon
* GnResound
* Videx
* BK Medical
* Niels Jørgensen 3 Shape


[[Image:VCDS_Fejlkode_unden_hall_kabel_til_tændspole_forbundet.jpg]]
* [http://www.kurser.dtu.dk/ DTU Kurser]
* [http://www.match.dtu.dk/Kurser/Kursusforledige.aspx DTU  Kursus for ledige 2010]


* [http://www.lav-det-selv.dk/Forum/forumid/6/postid/99274/view/topic/ Er min tændspole kaput?]
* [http://zone.ni.com/devzone/cda/pub/p/id/361 microLEX Alain Moriat]
* http://213.239.212.66/wiki/Geber_G40_(Hallgeber)
* [http://www.merlinia.com/dan/OutBack.msl Merlina Outback integration med Outlook og omstillingsborde SIP]
* http://www.vaglinks.com/Docs/Catalogues/HoVWdiAudi.dk_Golf_III_PartNumbers.pdf


1 stk spritny strømfordeler, komplet med hall-giver, rotor og fordelerdæksel..
* [http://www.linkedin.com/profile?authType=name&authToken=1teX&locale=en_US&viewProfile=&key=20489899 Thorkil Filholm]
Passer til 2E, AGG, ADC og AAC motorer
OENr.: 037 905 205 C
OENr.: 037 905 205 J
OENr.: 037 905 237 A
OENr.: 037 905 237 AX


* [http://hjemmesider.eucsyd.dk/peb/ EUCSYD lærebøger]
* [http://www.jobfinder.dk/searchresults/job.aspx?jobId=329280137 Zigbee Schneider]
* [http://hjemmesider.eucsyd.dk/peb/Materialer/T%C3%A6ndingsanl%C3%A6g/T%C3%A6ndingsanl%C3%A6g.pdf Pædagogisk forklaring på hvordan tændingssytemet virker]
* [http://hjemmesider.eucsyd.dk/peb/Materialer/Tændingsanlæg/Tændingsanlæg.pdf Pædagogisk forklaring på hvordan tændingssytemet virker]
That will have an AGG code engine. The distributor hall sender is out of sync and so the distributor needs top be repositioned. Start the car and enter Engine 01, Measuring Blocks 007 and four blocks of data will appear. Rotate the distributor until the value in block 1 is between 57 and 60 or 1 and the value in block 2 is between 5 and 8.
* [http://www.vwaudiforum.co.uk/forum/showthread.php?t=40899]
Lav grundindstilling bagefter


==Software jeg gerne vil eje==
* [http://www.it-jobbank.dk/da/firma/7353/job/50204670 - Progrator Ivan Tullberg]
* [http://www.4dev.com/regc/index.htm Registry Crawler]
* [http://www.it-jobbank.dk/da/firma/4773/job/50204807 Dako Embedded software design]
 
* [http://www.it-jobbank.dk/da/firma/4773/job/50204801 Dako - Software Design Engineer - Instruments]
==Digitale Billedrammer==
* [http://www.dako.dk/ Dako - Glostrup]
* [http://www.hama.de/portal/articleId*173886/picType*det5/action*2599?picURL=%2Fbilder%2F00090%2Fdet%2F00090921det5.jpg#picture Hama 15" 4:3"]
* [http://www.madebydelta.com/delta/Jobs/Intro.page? Delta]
* [http://www.digitalpictureframereview.com/review-samsung-spf-85v Review: Samsung SPF-85V]
* [http://www.widex.com Widex - Værløse]
Der findes en holder WMP081BD til rammen http://www.samsung.com/cn/consumer/accessory/type/accList.do?group=computersperipherals&type=photoframe&subtype=photoframeaccessories
* [http://it.jobindex.dk/annoncer/84480.shtml Visual Information Systems A/S - Hørsholm 5. oktober]
* [http://192.168.0.18:5050/images/nowplaying.jpg http://192.168.0.18:5050/images/nowplaying.jpg Se det billede som vises]
* [https://careers.microsoft.com/Search.aspx#&&page=1 Microsoft]
* [http://andrey.mikhalchuk.com/2009/01/19/fixing-samsung-spf-83v-leftright-buttons.html Fixing Samsung SPF-83V left/right buttons]
* [http://it.jobindex.dk/cache/af/2449780.shtml iPhone Lyngby]
* [http://www.aai.com.tw/product/Multimedia_Solutions.htm AeroVision Avionics Inc - RMI/AU1200 Solution]
* [http://www.it-jobbank.dk/da/firma/6479/job/50204986 Ementor]
* [http://msdn.microsoft.com/en-us/library/aa924383.aspx Wceload Tool (Visual Studio)]
* [http://www.cim-gruppen.dk/ CIM-Gruppen LabView]
* [http://www.gamasutra.com/contractors/contractor_display.php?contractor_id=1535 Jens Mose]
* [http://www.axcon.dk/ Axcon Lyngby Kroman]
* [http://www.jobfinder.dk/searchresults/job.aspx?jobId=329264367 LOGOS Smart Card]


==DLNA Media Server's==
Jeg har haft installeret FUPPES og TVersity.<br>
Ingen af dem kunne snakke med Samsung rammen.<br>
FUPPES er GPL TVersity findes i en almindelig og en PRO udgave PRO udgaven kan man bare installere (man afleverer sin email addresse), evaluere så længe man vil, og så betale senere.


* [http://www.rbgrn.net/blog/2007/06/how-to-set-up-media-servers-for-your-ps3-or-xbox-360.html How to set up media servers for your PS3 or Xbox 360]
* [http://ing.dk/artikel/102893-anders-lund-madsen-ingenioerer-kan-ikke-netvaerke-heldigvis?utm_medium=email&utm_source=nyhedsbrev&utm_campaign=ingformiddag Anders Lund Madsen]
* [http://www.rbgrn.net/blog/2007/08/how-to-choose-dlna-media-server-software-in-windows-mac-os-x-or-linux.html How to choose a DLNA Media Server for Windows, Mac OS X or Linux]
* [http://www.studerende.dk/messe/aalborg/2009/katalogDMJA2009.pdf Jobkatalog DSE Ålborg]
* [http://en.wikipedia.org/wiki/UPnP_AV_MediaServers UPnP AV MediaServers - Wikipedia]
* [http://studerende.dk/messe/lyngby/2009/katalog_web.pdf Jobkatalog DSE Lyngby]


===Microsoft links about DLNA and Picture Frames===
==Start egen virksomhed==
Search on Google for GetDeviceCapabilities dlna
* [http://www.startvaekst.dk/ Væksthus]
These 2 documents has new links inside
* [http://www.iak.dk/Selvstaendig/Ivaerksaetter.aspx IAK Iværksættersiden]
* [http://download.microsoft.com/download/5/E/6/5E66B27B-988B-4F50-AF3A-C2FF1E62180F/CON-T575_WH08.pptx Building Digital Picture Frames using Microsoft Technologies]
* [http://www.initiativgruppen.dk/index.php?option=com_jumi&fileid=4&Itemid=66&courseid=23 Regnskabskursus - fem dage i dagtimerne kl. 09.30-15.15 i Gentofte. Bogføring, skat og moms for mindre virksomheder og iværksættere.]
* [http://download.microsoft.com/download/a/d/f/adf1347d-08dc-41a4-9084-623b1194d4b2/DigitalPicFrms.docx Connected Digital Picture Frames: Analysis and Specifications]


* [http://www.upnp.org/standardizeddcps/documents/UPnPAvArchtiecture0.83.pdf UPnP AV Architecture:0.83]
==How to access Microsoft Exchange Server with Outlook from the internet==
* [http://www.upnp.org/standardizeddcps/ UPnP Standards]


==Adskille Wii==
* [http://www.petri.co.il/configure_outlook_2003_to_use_rpc_over_http.htm Configure Outlook 2003 to use RPC over HTTP/S]
* [http://www.xbox-modchips.com/wii-tutorials/xcm-wii-dissasembly-guide.htm Wii DISSASEMBLY Guide from XCM]
* [http://www.petri.co.il/how-can-i-configure-rpc-over-https-on-exchange-2003-single-server-scenario.htm How can I configure RPC over HTTP/S on Exchange 2003 (single server scenario)?]


==Wii trommesæt==
* [http://www.msexchange.org/tutorials/Outlook_2003_Connect_Exchange_2003.html Using Outlook 2003 to connect to Exchange 2003 using RPC over HTTPS]
* [http://en.wikipedia.org/wiki/Guitar_Hero_IV Guitar Hero World Tour - Wikipedia]
* [http://redoctane.custhelp.com/cgi-bin/redoctane.cfg/php/enduser/std_adp.php?p_faqid=21748&p_created=1225236414&p_sid=Arxp9umj&p_accessibility=0&p_redirect=&p_lva=&p_sp=cF9zcmNoPSZwX3NvcnRfYnk9JnBfZ3JpZHNvcnQ9JnBfcm93X2NudD01NDksNTQ5JnBfcHJvZHM9JnBfY2F0cz0mcF9wdj0mcF9jdj0mcF9zZWFyY2hfdHlwZT1hbnN3ZXJzLnNlYXJjaF9ubCZwX3BhZ2U9MQ**&p_li=&p_topview=1 Red Octane's side for download af tromme tuner]
* [http://www.joystiq.com/2008/11/01/ghwt-drum-tuning-app-now-available-red-octane-shipping-midi-usb/ GHWT drum tuning app now available, Red Octane shipping midi-USB cables for free]
* [http://www.splegends.com/2008/11/guitar-hero-drum-tuner-available-for.html Guitar Hero Drum Tuner Available For Download]


==Niels Hausgaard==
* [http://forums.techarena.in/small-business-server/813671.htm Outlook Anywhere - RPC over HTTPS]
* [http://www.galaksen.dk/ 29. jan. Galaksen]
* [http://www.mantziusgaarden.dk/00147/00149/00157/ 31. jan. Mantziusgården]


* [http://www.trommen.dk/?ID=877 18. marts Trommen]
==How to configure McAfee for Microsoft Exchange Server on Small Business Server==
* [http://www.gjethus.dk/az_kalender.php?id=122 22. marts Gjethuset]
* [https://kc.mcafee.com/corporate/index?page=content&id=KB51471 VirusScan Enterprise / SaaS Endpoint Protection exclusions for Exchange Server 2007 and 2010 when running Security for Exchange / GroupShield for Exchange - McAfee]
* [http://www.baltoppen.dk/ 19. apr. Baltoppen]
* [http://support.microsoft.com/kb/943620 Folders to exclude when you perform a file-level antivirus scan on a server operating system - Microsoft]


==Nyt tag==
==Unicycle - Ethjulet cykel==
Her har de et priseksempel på hjemmesden, og de laver tegltage
* [http://www.freewebs.com/andrewcarter/basic.htm Unicycling Tips and Tutorials]
* [http://tag-eksperten.dk/ tag-eksperten]
* [http://www.freewebs.com/andrewcarter/learning.doc Lerning to Unicycle]


==Berits PC Shellcon hidden window==
==Indkøbsliste==
* http://wiki.answers.com/Q/How_do_you_remove_something_called_shell_con_hidden_window
*Dimension 9150
* http://www.google.dk/search?hl=da&rls=GGLJ%2CGGLJ%3A2008-33%2CGGLJ%3Aen&q=cd+shellcon+%22hidden+window%22&meta=
*4 GB Ram
*Western digital 1,5 TB green disk wd15ears eller wd15eads
*Harddisk [http://www.edbpriser.dk/Product/Details.aspx?pid=673387 BlackArmor WS 110 2 TB]
* Logitech diNovo Edge (Dansk) (Bluetooth) http://www.edbpriser.dk/Product/Details.aspx?pid=227722
* Sandberg Wireless Touchpad Keyboard DK http://www.sandberg.dk/product.aspx?id=630-60
* http://www.coolshop.dk/catalog/product/60024-wireless-touchpad-keyboard-dk-sandberg-630-60--for-pc&utm_source=spilpriser&utm_medium=index&utm_content=textlink?utm_source=spilpriser&utm_medium=cpa&utm_campaign=general&tduid=9b9c77d101e90c191fb340f740943396


==Restaurenter==
==eSATAp==
* [http://www.meilin.dk/content.asp?ID=134 Restaurent Mei Lin Øverødvej 5B 2840 Holte 45 48 48 10]
* FAQ http://www.lindy.it/lindyshop/manuals/70534v0.pdf
* Billede http://www.delock.com/popup/picture.php4?url=/pictures/pictures/org/4ae58e4714551.jpg&title=84432
* USB eSATA http://www.pimfg.com/product_detail.asp?search=Y&part=EUSB-CM5EC-2M


==Grammatik==
==Marsvinebure==
* [http://www.kongsholm-gymhf.dk/Subwebs/Laesestave/index.html Læsevejledernes hjemmeside]
* http://www.ikea.com/dk/da/catalog/products/00130129
* [http://www2002201.thinkquest.dk/index.php?id=1 Dansk 4 Dummies]
* http://www.e-pages.dk/eldorado/1/2
* http://dyreriget.dk/
Ivomec
* http://forum.mutterne.dk/viewtopic.php?f=1&t=8514


==Skoleopgaver==
==TV Overscan==
http://www.langkaer.dk/or/DO6.htm
LG kalder det for Kun Scanning
Sony kalder det Full Pixel


Novelle- og romananalyse.
==Ny TV Mediacenter==
Formålet med novelle- og romananalyse er, at du skal finde frem til det livssyn, der findes i teksten.  
Driver til Harald Nyborg Tuner findes på Windows Update hvis man kører Vista<br>
Driver til NOVA-T-USB2 (93xxx)  http://www.hauppauge.se/site/support/support_wintv7.html<br>
Mediaportal roadmap: http://mantis.team-mediaportal.com/roadmap_page.php?project_id=1<br>
* [http://www.team-mediaportal.com/download.html Mediaportal 1.0.2]
* [http://www.cyberlink.com/products/powerdvd/overview_en_US.html Power DVD har et h264 codec]
* [http://www.free-codecs.com/download/x264_Video_Codec.htm Forskellige players og codecs med h264]
* [http://www.recordere.dk/forum/forum_posts.asp?TID=66632&PN=1&TPN=500 Ham der bruger Power DVD codec]
* [http://users.vic.chariot.net.au/~mitreski/mediaportal%20codec%20guide%20v.2.pdf Simple, Full Featured Mediaportal Codec Guide]
FFDshow Tryouts? Tryouts is an updated fork of the original, and is actively developed unlike the original.
* [http://forum.team-mediaportal.com/untested-mediaportal-tv-server-1-0-rc3-svn-builds-300/mediaportal-svn-snapshot-10-17-2008-19-45h-revision-20514-rar-46860/ Links til bugbase]


I det følgende nævner jeg en række redskaber, som du kan anvende i analysen. En analyse skal ikke nødvendigvis indeholde alle nedenstående elementer; du skal vælge ud og vurdere, hvad der er væsentligt i tilknytning til netop denne tekst.
* [http://wiki.team-mediaportal.com/TV-Server/Configuration/GeneralSettings :TV-Server/ Configuration/ GeneralSettings/ ]
Nogle af nedenstående elementer overlapper hinanden.  


Punkt 1-9 er analysen, og pkt. 10-13 er fortolkningen. I praksis vil man ikke kunne opretholde dette skarpe skel mellem analyse og fortolkning.
* [http://recordere.dk/forum/forum_posts.asp?TID=57986&PN=1&TPN=1 Unable to Timeshift]
* [http://mantis.team-mediaportal.com/view.php?id=2422 Changing PMT bugreport]


1. Genrebestemmelse.  
* [http://xbmc.org/forum/showthread.php?t=35910 XBMC IR remote]
Hvilken genre tilhører teksten? Novelle eller roman? F.eks. realisme eller science-fiction? Udviklingsroman eller punktroman? Dokumentarisme? Historisk roman? Eventyr? Myte? O.s.v.


2. Komposition.
* [http://www.pcwelt.de/start/audio_video_foto/tv/tests/189918/die_besten_dvb_t_sticks_im_test/index.html Tysk test af tunere i 2009]
Hvordan er teksten bygget op? Hvilke dele består den af? Hvordan hænger disse dele sammen? Hvilket kompositionsprincip er der tale om? Åben slutning, eller lukket slutning? In medias res? Hvordan understøtter kompositionen tekstens dybere betydning?


3. Handlingsstruktur (episk forløb).
==DR.dk EPG ripper==
Hvordan er handlingsforløbet skruet sammen? Er det liniært, kronologisk? Eller kobles der frem og tilbage imellem forskellige handlingsforløb (episke forløb)? Forekommer der spring i handlingen? Er der flere forskellige handlingsstrenge? Hvordan er de flettet sammen?
* [http://drepg.zzl.org/ dr.dk EPG ripper]


4. Fortælleren.
==MediaPortal setup and configuration==
Fortælleren er den stemme, der udsiger teksten. Vi kan skelne mellem to hovedtyper af fortællere:
* [http://forum.team-mediaportal.com/codecs-external-players-55/guide-stutter-free-playback-reclock-45834/ A guide to stutter free playback with Reclock]
Eksplicit fortæller (direkte tilstede i teksten; en jeg-fortæller er en eksplicit fortæller), og
* [http://forum.slysoft.com/forumdisplay.php?f=85 SlySoft ReClock forum here you can find new ReClock downloads]
implicit fortæller (indirekte til stede i teksten; en neutral fortæller, der fungerer som kamera, er en implicit fortæller).
* [http://oss.slysoft.com/ReClock/ ReClock sourcecode]
Andre betegnelser for, og typer af fortællere, er: Alvidende fortæller, jeg-fortæller, neutral fortæller, tredje-persons-fortæller, personbunden fortæller.


5. Synsvinkel.
Synsvinklen er det sted (eller den person), hvorfra der fortælles. En forfatter kan anvende indresyn (synsvinklen ligger hos én af personerne) eller ydresyn. Der kan også forekomme synsvinkelskift fra indresyn til ydresyn, eller mellem to forskelllige personer.


6. Tid.
--- Blandede ting
Fortælletid er det tidspunkt, hvorfra der fortælles. Hvis der fortælles i nutid og kronologisk kalder vi det for "medsyn". Bagudsyn (flashback) kan blandes med medsyn. Selv om der fortælles i datid, kan vi godt have kronologisk medsyn.
* [http://artemis.dk/hd-htpc/ Guide: HD-HTPC Dansk forklaring på hvordan man afspiller Bluray på en HTPC]
Fortalt tid (den omhandlede tid) er den tid, der fortælles om - f.eks. en periode i fortiden, der har betydning for nutiden.


7. Fortælleteknik.
==h.264 playback==
Hvilke fortællemåder bruges? Beretning, beskrivelse (natur- eller rum-beskrivelse), replikker (dialog), indre monolog, indirekte tale, dækket direkte tale, scenisk eller panoramisk fremstilling, tankestrøm (stream of consciousness).
* [http://www.h264info.com/guides.html H.264 How To Guides]
* [http://www.tomshardware.co.uk/forum/page-251947_15_0.html No Hardware Acceleration for 1080p mkv/avi with 8800Ultra?]
* [http://mpc-hc.sourceforge.net/DXVASupport.html DXVA Support in MPC Home Cinema]


8. Personkarakteristik.
* [http://coreavc.com/ CoreAVC]
Hvem er hovedperson, og hvem er bipersoner? Ydre karakteristika, hvad gør personen (forhold til andre) og indre karakteristika (forhold til sig selv, mørk/lys person, o.s.v.). Beskrives personerne som typer, eller som individualiteter med dybtgående, nuanceret psykologisk analyse. Læg også vægt på analyse af personrelationer (personernes samspil).
* [http://www.divx.com/ DIVX 7 *** Deres codec virker med MediaPortal, men bruger en masse CPU]


9. Miljøkarakteristik.
* [http://forum.team-mediaportal.com/codecs-external-players-55/saf-v4-00beta-standalone-filters-dxva-ready-mpeg2-h-264-vc-1-a-44614/ SAF v4.00beta (StandAlone Filters) - DXVA ready (MPEG2, H.264 and VC-1).]
Hvilket, eller hvilke miljøer foregår teksten i - socialt, kulturelt, aldersmæssigt o.s.v.? Er miljøet væsentligt for temaet (i socialrealismen og den psykologiske realisme spiller miljøet en vigtig rolle: f.eks. i tekster, der handler om frigørelse)?
* [http://www.xvidvideo.ru/media-player-classic-home-cinema-x86-x64/media-player-classic-homecinema-x86-x64-svn-1326.html MPC-HC (Russisk)]
I modernismen findes såkaldte "abstrakte" miljøer (løst skitserede).
* [http://software.intel.com/file/16062 Using H.264/AVC DirectX* Video Acceleration with the Intel® G45/GM45 Express Chipsets]
* [http://en.wikipedia.org/wiki/Advanced_Audio_Coding Advanced Audio Coding AAC - Wikipedia]
* [http://www.cypheros.de/dvb_e.html TS-Doctor and TS-Packet-Viewer]
* [http://www.audiocoding.com/index.html AudioCoding.com FAAC - FAAD2]
---
* [http://www.hack7mc.com/2009/04/disable-and-replace-ms-dtvdvd-decoder.html Disable and Replace MS DTV/DVD Decoder]
* [http://www.geekzone.co.nz/forums.asp?ForumId=83&TopicId=20744 Cyberlink hardware accleration registry]
* [http://www.hack7mc.com/2009/02/mkvs-for-minimalists-on-windows-7.html MKVs for Minimalists on Windows 7]
* [http://nunnally.ahmygoddess.net/configuring-kmplayer-to-play-h-264-videos-using-microsofts-directx-video-acceleration-dxva-and-nvidias-compute-unified-device-architecture-cuda/ Configuring KMPlayer to play H.264 videos using Microsoft’s DirectX Video Acceleration (DXVA) and nVidia’s Compute Unified Device Architecture (CUDA)]
* [http://aaron-kelley.net/blog/2009/08/use-windows-7s-built-in-h-264-decoder-in-media-player-classic-homecinema/ Use Windows 7’s built-in h.264 decoder in Media Player Classic Homecinema]
---
Mediecenter 1,1 RC1


<br>_________________________________________________________________<br>
Søgte på: microsoft dtv-dvd video decoder" mediaportal, og fandt:
* [http://mantis.team-mediaportal.com/view.php?id=2437 0002437: Incompatibility between HDTV and codecs other than coreavc]
* [http://forum.team-mediaportal.com/submit-patches-mediaportal-tv-server-etc-325/possible-fix-mantis-0002437-incompatibility-between-hdtv-microsoft-dtv-dvd-71814/#post520751 Possible fix for Mantis #0002437 - Incompatibility between HDTV and Microsoft DTV-DVD]


10. Tema.
* [http://forum.team-mediaportal.com/untested-mediaportal-1-1-0-beta-svn-builds-268/mediaportal-svn-snapshot-11-14-2009-14-48h-revision-24102-rar-73340/index2.html Medieportal freezes when zapping from MPEG2 to h.264 Mylle]
Et tema er en abstrakt formulering af det, som teksten handler om. For at finde temaet i en tekst kan du spørge: "Hvad handler denne tekst egentlig om?" Jo bedre du er til abstrakt tænkning, og jo mere præcist og originalt, du kan formulere temaer, jo bedre vil din temaanalyse være.
Ofte er der flere temaer i en tekst: Hovedtema og sidetemaer, der indgår i et samspil med hinanden.  
Hyppigt forekommende temaer i litteratur er: Identitet, frigørelse, kærlighed, undertrykkelse, ensomhed, opgør med autoriteter, lidenskab, angst, fremmedgørelse, individ/omverden, liv/død, natur/kultur (herunder land/by), o.s.v.


11. Fortolkning.
==h.264 edit==
Fortolkning er en sammenfatning af din analyse. For at finde frem til en fortolkning af en tekst kan du spørge: "Hvad er egentlig forfatterens mening med denne tekst?" , eller du kan spørge: "Hvad siger denne tekst egentlig om verden?" Sommetider taler vi også om forfatterholdning, eller forfatterhensigt, eller budskab (men det kan forveksles med morale, og det er ikke meningen!).
* [http://www.avs4you.com/AVS-Video-Editor.aspx AVS4YOU]
==Setup of MediaPortal on Asrock 330HT-BD ION==
* Enter BIOS and select default '''Performance Setup AHCI Mode''' - save and exit
* Install Windows x64
* Insert '''ASRock NetTop ION 330 Series support CD for Windows7 64 MCE
* Start ASRSetup
* Select '''Install all drivers (it takes several reboots where you must reenter password) (this way You will get the Coprocessor driver installed - that might be impossible otherwise)
* Install Avast antivirus
* Install Google Chrome
* Connect USB Tuners and let windows install drivers
* Right click Atheros AR9265 Wireless Network Adaptor in Device Manager and select Update Driver Software - it will find a new driver
* Install all important updates from Windows Update
* Install MediaPortal - defult, default,... one click...
* Run TV Setup - Subtitle Settings - Preferred Language Danish
* Run TV Setup - Subtitle Settings - Enable DVB Subtitles
# TV Servers - Scan for TV channels
# TV Channels - Delete Scrambled/encrypted channels
# TV Channels - Unselect channels you won't see in the TV Guide
# DVB EPG - TV Epg grabber - Press All (otherwise next step won't work)
# Recording - General - set Pre-and Post recording to 4 and 6 min
# Manual Control - Refresh DVB EPG
# Additional 3rd party checks - Microsoft Mediacenter Services - Enable policy to prevent services startup
* OK
* Run MediaPortal Client Setup
# Select '''Microsoft DTV-DVD Video Decode''' where possible to get Hardware Acceleration
# Remote - Use Microsoft Microsoft MCE remote or keyboard
# Change all codecs possible to Microsoft DTV-DVD Video Decoder (or leave as default? - what's best?)
# Additional 3rd party checks - Autostart MPTray to launch MediaPortal with the MediaCenter Button
# TV - TV Client


12. Livssyn.
* Add microsoft infrared tranceiver to increase range
Ofte kan du relatere en bestemt tekst til et bestemt livssyn, eller en livsanskuelse. Vi kan definere livssyn/livsanskuelse som tekstens eller forfatterens måde at se livet og verden på.  
* Disable Nuvoton W836x7HG CIR Device Driver to make sure only one CIR device is present
Ofte kan vi også sætte teksten i forhold til en bestemt filosofi: F.eks. en postmodernistisk filosofi, en romantisk filosofi, en eksistentialistisk filosofi, o.s.v.
* Install newest NVIDIA ION drivers (196.34)
* Set resolution to ... ... (a little less than 720 to fit visible area) 50Hz (If left at default 60Hz you can't plat 25Hz HD without a lot of lost frames)
* Instal InstantBoot(1.23.2) choose Fast mode
* Install OC Tuner and OC DNA


13. Historisk perspektivering.
====Ting jeg ikke har helt styr på====
Du skal sætte teksten ind i en historisk sammenhæng: Hvilken periode indgår teksten i? Hvordan kan man se det (hvordan kommer det til udtryk i tematik, livsanskuelse, fortælleteknik)? Hvordan er forfatterens placering i perioden og i forhold til andre forfattere? Hvilken litterær "isme" hører hans/hendes tekst hjemme i? Naturalisme, romantik, modernisme, postmodernisme?
* Power Scheduler
Periodens kultur, samfund, filosofi inddrages.
* Start TV Server Configuration
* Plugins - Enable Power Scheduler
* Plugins - Power Scheduler - Generel
# Shutdown server after being idle 5 minutes
# Wakeup server for varius wakeup events
# Shutdown mode - Suspend
* Plugins - Power Scheduler - Advanced
# Enable extensive logging
* Plugins - Power Scheduler - EPG
# Prevent standby when grapping EPG
# Wakeup system for EPG grabbing on: 04:00
* Plugins - Power Scheduler - Network Monitor
# Prevent standby based on network activity


14. Stil og sprog.
* Plugins - Browse and install Extensione
Hver forfatter har sin særlige måde at skrive på: Tekstens stil. Vi kan dog skelne mellem to stilmæssige hovedtyper: Realisme, og "ikke-realisme". Disse kan igen underinddeles og relateres til perioder: f.eks. impressionisme, socialrealisme, nyrealisme, magisk realisme. Og: symbolisme, ekspressionisme, modernisme, fantastisk litteratur.
* Know Extensions
Til tekstens stil hører også: Ironi, humor, satire, slang, patos. Og generelt: Ordvalg, sætningsstrukturer, rytme, tone.
# Install MPEIPlugin
Endvidere skal du være opmærksom på: Billedsprog, metaforer, sammenligninger. Og hvis der optræder symboler eller symbollignende elementer i teksten, skal deres betydning og funktion opklares og dokumenteres.  
# Install YouTube.Fm


15. Diskussion af teksten.
Giv en begrundet vurdering af teksten:
God eller dårlig fortælleteknik, godt eller dårligt sprog, er personkarakteristikken "flad"?
Teksten modsiger sig selv. Teksten har uklare eller skjulte præmisser for sit udsagn (kitsch, f.eks.); sammenhængen mellem "budskab" og begrundelse er dårlig.
Du er uenig i livssynet, men finder det alligevel interessant og godt behandlet.


<br>_________________________________________________________________<br>


16. Fremlæggelse af analyse og fortolkning.
Ret til default bios settings with AHCI det andet larmer frygteligt
Det vil være uoverkommeligt at fremlægge alle ovenstående punkter i en analyse og fortolkning. Og i øvrigt helt uinspirerende at høre på eller læse i en skriftlig fremstilling. Analyseredskaberne skal anvendes med omtanke og sans for, hvad der er væsentligt og interessant. Tekstanalyse og fortolkning kan gøres til en kreativ og spændende genre med sans for liv og sprog.
Her er en standarddisposition for en mundtlig eller skriftlig fremlæggelse, hvor du trinvist bevæger dig fra det konkrete til det abstrakte:


# Anfør forfatter, titel og udgivelsesår.
==Asrock 330HT-BD ION documents==
# Gør rede for tekstens komposition og fortællerforholdene.
* [http://europe.asrock.com/manual/ION%20330HT-BD.pdf NetTop ION 330 Series User Manual]
# Giv person- og miljøkarakteristik. Husk at dokumentere gennem teksthenvisninger.
* [http://europe.asrock.com/manual/qig/ION%20330HT-BD.pdf Quick Installation Guide]
# Formulér nu din opfattelse af hovedtema og sidetemaer.
* [http://europe.asrock.com/manual/raid/ION%20330HT-BD/English.pdf RAID Installation Guide]
# Konkludér vedr. fortolkning og livssyn.
* [http://europe.asrock.com/manual/others/dts/ION%20330HT-BD.pdf Realtek HD Audio with DTS Operation Guide]
# Inddrag skrivestilen til yderligere dokumentation for fortolkning.
# Perspektivering til periode, forfatterskabet, andre forfattere.


Du kan også starte i det abstrakte og bevæge dig "ned" i det konkrete og tilbage til det abstrakte og overordnede:
==ASRock==
# Anfør forfatter, titel og udgivelsesår.
* [http://wiki.team-mediaportal.com/MediaPortalDevelopment/MediaPortalSVN Mediaportal svn source repository]
# Gør rede for din fortolkning, og opfattelse af livssynet i teksten.
* [http://www.asrock.com/support/qa/TSDQA-74.pdf Mouse and keyboard lost after standby]
# Dokumentér fortolkning, livssyn og tema gennem centrale tekstiagttagelser.
* [http://jonkers.net.au/Iframe.aspx Transport stream cutter som ikke virker ordentligt IFrames]
# Underbyg ved inddragelse af skrivestil.
* [http://www.engadget.com/2009/05/13/power-over-esata-fans-go-wild-over-mobo-manufacturers-latest-an/ eSATA power cable]
# Perspektivering til periode, forfatterskab, andre forfattere.
* [http://forums.mydigitallife.info/showthread.php?t=7583&page=3 Coprocessor not found Windows 7 x64]
* [http://forum.team-mediaportal.com/newcomers-forum-240/font-size-issue-streamedmp-skin-50435/ MediaPortal font size wrong]


==SMART==
* [http://cgi.ebay.com.au/Power-Over-eSATA-2-5-3-5-SATA-22pin-HDD-Adapter-1m-A_W0QQitemZ160380803963QQcmdZViewItemQQptZLH_DefaultDomain_15?hash=item255770db7b Power Over eSATA 2.5 3.5 SATA 22pin HDD Adapter 0.5m A]
Talking to harddsiks via SMART
*http://www.google.com/search?hl=en&rls=GGLC%2CGGLC%3A1970-01%2CGGLC%3Aen&q=io+ata+smart+win32


* [http://ontv.dk/xmltv OnTV.dk XMLTV programmer for 89,- / md]
* [http://forum.team-mediaportal.com/mediaportal-1-1-0-beta-1-454/problems-dropping-frames-evr-74360/index6.html Mediaportal dropping frames problem thread]


*http://objectmix.com/xharbour/355939-real-serial-number-hd-usb.html
* [http://forum.recordere.dk/forum_posts.asp?TID=68537&KW=Asrock+st%F8j&PN=1&title=asrock-iOn330-larmer-hjlp Asrock ION330 larmer - hjælp!]
*http://www.google.com/search?hl=en&rls=GGLC%2CGGLC%3A1970-01%2CGGLC%3Aen&q=%22s.m.a.r.t.%22++c%23++harddisk
*http://www.google.com/search?hl=en&rls=GGLC%2CGGLC%3A1970-01%2CGGLC%3Aen&q=%22s.m.a.r.t.%22++c%2B%2B+


* [http://social.technet.microsoft.com/Forums/en/w7itprohardware/thread/8cafe8b1-4a8f-48b2-bd8f-37969f74bf2f x64 Freezes if taksbar autohide]


*[http://www.t10.org/ftp/t10/drafts/sat/sat-r05.pdf Information technology - SCSI / ATA Translation (SAT)]
Søg på: php performance atom processor mysql
* [http://www.ukraine.com.ua/tools/cms/site/download.php?url=/uploads/site_structure/content_ru/0732/03/05.doc&name=atom_vs_p4_benchmarks ATOM 330 vs. Pentium 4 2.8 Ghz Benchmark Results]


==Acronis black screen==
==WD TV LIVE==
When booting from Acronis boot media on a Dell Inspiron 1501 you get a black screen.
* [http://www.legitreviews.com/article/1118/2/ Western Digital WD TV Live HD Media Player Taken apart - see what's inside]


* http://www.wilderssecurity.com/archive/index.php/t-179306.html
==Maximum T-1300==
...So i choosed full mode it starts to load but then all i get is a black screen and nothing happens anymore.. <-QUOTE}Have you tried this:
Man kan anvende USB stick eller USB disk med extern strømforsyning. Brug evt. en USB strømskinne til at tænde disken.


Please boot your computer from the Acronis True Image rescue disc and press F11 key when the selection screen advising you to select either "Full", "Safe" or "Boot into Windows" option appears. After you get the "Linux kernel command line" prompt, please modify it in the following way:
Maximum formatterer disken med FAT32.


quiet acpi=off noapic
Optagelser gemmes is chunks af 2GB så man er nød til at klistre dem sammen hvis man vil have en hel film.


click on the OK button then and choose "Full Version". That should allow you to use Acronis True Image in some special cases. Please submit a request for technical support describing the issue if you want to automate the process of adding these special parameters.
Man må ikke pege for højt med fjernbetjeningen.


* http://www.wilderssecurity.com/archive/index.php/t-117936.html
==Face detection==
====C#====
* [http://channel9.msdn.com/coding4fun/articles/FaceLight--Silverlight-4-Real-Time-Face-Detection FaceLight – Silverlight 4 Real-Time Face Detection]


* '''quiet''' - This parameter is enabled by default and the startup messages are not displayed. Deleting it will result in the startup messages being displayed as the Linux kernel is loaded and the command shell being offered prior to running the very Acronis program.
====OpenCV====
* [http://opencv.willowgarage.com/wiki/FaceRecognition Face Recognition using OpenCV]
* [http://www.cognotics.com/opencv/servo_2007_series/part_4/index.html Seeing With OpenCV, Part 4: Face Recognition With Eigenface]
* [http://www.cognotics.com/opencv/servo_2007_series/part_5/index.html Seeing With OpenCV, Part 5: Implementing Eigenface]
* [http://www.emgu.com Emgu CV is a cross platform .Net wrapper to the Intel OpenCV image processing library.]


* '''acpi=off''' - Disables ACPI (http://www.webopedia.com/TERM/A/ACPI.html) which may help with a particular hardware configuration.


* '''noapic''' - Disables APIC (Advanced Programmable Interrupt Controller) which may help with a particular hardware configuration.
====Misc====
* [http://www.imageprocessingplace.com/root_files_V3/software/software.htm www.imageprocessingplace.com - Image Processing Software]
* [http://www.imageprocessingplace.com/root_files_V3/tutorials.htm www.imageprocessingplace.com - Tutorials]
* [http://www.mathworks.com/matlabcentral/fileexchange/?sort=downloads Matlab Central - Mathlab downloads]


==Acronis Bootable Media Boots into Garbled or Low Resolution GUI==
* [http://www.mathworks.com/matlabcentral/fileexchange/4408-face-recognition-system Face Recognition System - In order to obtain the complete source code please visit - http://utenti.lycos.it/matlab/face.htm]
====Symptoms====
* [http://utenti.multimania.it/matlab/face.htm Face Recognition System --- Release 2.0 --- Eigenfaces  for Recognition (Matthew Turk and Alex Pentland, 1991)]
# You boot from Acronis Bootable Media;
# When booted, the Graphical User Interface (GUI) is garbled or of low resolution.


====Cause====
==NTCore.com reversing==
Acronis Bootable Media failed to correctly detect the video card.
* [http://www.ntcore.com/rebelnet.php Rebel .net]
* [http://www.ntcore.com/files/netint_native.htm .NET Internals and Native Compiling]


====Solution====
==Sådan finder du de nyeste og bedste drivere til din PC==
#When booted from media created with Acronis Media Builder, on the selection screen hit F11 and in the command-line window enter the following: vga=ask
Disse sider kan automatisk detektere hvilken hardware du har og give dig download links til download af nyeste drivere.
#Start Acronis
#When asked press <Enter> (be quick, or Acronis will boot normally)
#This will give a list of all available graphic modes.
#Type in the one that suits best and hit Enter.


* [http://kb.acronis.com/content/2921 2921: Acronis Bootable Media Boots into Garbled or Low Resolution GUI]
* [http://www.intel.com/support/detect.htm Intel® Driver Update Utility Automatically identify and find drivers]
The Intel® Driver Update Utility keeps your system up-to-date. It detects which driver updates are relevant to your computer, and then helps you install them quickly and easily.


==Backup af Exchange Server==
* [http://www.nvidia.com/Download/Scan.aspx NVIDIA Driver Downloads autodetect graphics drivers]
* [http://www.backupexecfaq.com/about.html Backup Exec FAQ Help for users, by users]
* [http://www.backupexecfaq.com/articles/using/backing-up-exchange-mailboxes.html Backing up Exchange mailboxes]


* [http://www.msexchange.org/tutorials/MF022.html How to use the Deleted Item Retension and Deleted Mailbox Retension feature in Exchange 2000]
==Virtual machines==
* [http://en.wikipedia.org/wiki/Comparison_of_platform_virtual_machines Comparison of platform virtual machines]
* [http://en.wikipedia.org/wiki/VMware VMware]
* [http://en.wikipedia.org/wiki/Xen Xen]
===Citrix===
* [http://en.wikipedia.org/wiki/Citrix_Systems Citrix]
* [https://answers.stanford.edu/solution/how-can-i-tell-which-version-citrix-client-i-am-using How can I tell which version of the Citrix client I am using?]
* [http://www.wwbtc.com/blogs/overcoming-citrix-session-graphics-memory-limit Overcoming Citrix Session Graphics Memory Limit]
* [http://support.citrix.com/article/CTX114497 How to Allow More Memory for Session Graphics on Windows Server 2003]


==Custom screen resulutions==
AMD, NVIDIA,...
* [http://www.monitortests.com/forum/Thread-Custom-Resolution-Utility-CRU Custom Resolution Utility (CRU)]


<categorytree hideroot=on mode=pages style="float:right; clear:right; margin-left:1ex; border:1px solid gray; padding:0.7ex; background-color:white;">Mediacenter</categorytree>
==Image Library SDK==
FreeImage is an Open Source library project for developers who would like to support popular graphics image formats like PNG, BMP, JPEG, TIFF and others as needed by today's multimedia applications. FreeImage is easy to use, fast, multithreading safe, compatible with all 32-bit versions of Windows, and cross-platform (works both with Linux and Mac OS X).
* [http://freeimage.sourceforge.net/index.html The FreeImage Project]
 
==Windows 7==
* [http://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/6a569376-4207-4184-a8a7-73d5168c787e Visual Studio and SQL Server on Windows 7]
* [http://social.msdn.microsoft.com/Forums/en-US/sqlexpress/thread/1bfe382b-70a1-4811-93ee-204ce1e81eb7 SQL Server Management Studio broken on Windows 7]
* [http://blogs.msdn.com/sqlexpress/archive/2009/05/14/installing-sql-server-express-on-windows-7-release-candidate.aspx Installing SQL Server Express on Windows 7 Release Candidate ]


<categorytree onlyroot=on mode=pages style="float:right; clear:right; margin-left:1ex; border:1px solid gray; padding:0.7ex; background-color:white;">Opskrifter</categorytree>
==NSLU2==
* [http://www.nslu2-linux.org/ NSLU2-Linux]
* [http://chezphil.org/slugpower/ SlugPower - A Slug-Controlled Power Switch]
* [http://www.ftdichip.com/Products/FTEvaluationKits.htm FTDI Evaluation Kits]
* [http://www.ftdichip.com/Documents/DataSheets/Modules/DS_UM245R.pdf UM245R USB-Parallel FIFO Development Module - Incorporating FTDIChip-ID™ Security Dongle]


<categorytree mode=pages style="float:right; clear:right; margin-left:1ex; border:1px solid gray; padding:0.7ex; background-color:white;">Opskrifter</categorytree>
* [http://www.nslu2-linux.org/wiki/Main/SercommFirmwareUpdater Sercomm Firmware Updater]


<categorytree onlyroot=on mode=pages style="float:right; clear:right; margin-left:1ex; border:1px solid gray; padding:0.7ex; background-color:white;">English pages</categorytree>
====Webcam====
* [http://johnarthur.wordpress.com/2008/03/25/a-high-resolution-ip-webcam/ A High-Resolution IP Webcam]
* [http://johnarthur.wordpress.com/2008/03/29/further-notes-on-the-nslu2-and-quickcam-pro-9000/ Further notes on the NSLU2 and QuickCam Pro 9000]
* [https://forum.openwrt.org/viewtopic.php?id=14754 WebCam Using OpenWRT to record WebCam snapshots to USB drive]


==Find det rigtige produkt - til den rigtige pris her==
==Router==
* [http://www.elsparefonden.dk/forbruger/produkter/hvidevarer Elsparefonden - Find hvidevarer (samme som hvidevarepriser.dk]
* Belkin f5d9230-4
* [http://www.pricerunner.dk/t/3/sammenlign-Hvidevarer-priser Hvidevarer - Sammenlign priser & anmeldelser på PriceRunner Danmark]
* https://forum.openwrt.org/viewtopic.php?id=19021
* [http://www.kelkoo.dk/ Sammenlign priser - Kelkoo godt indeks her kan man sortere]


==Hvad er forskellen på LN 88480 og L 84950==
==.NET Obfuscators==
Vægtsensor: Registrerer hvor meget der fyldes i maskinen - før program startes.
* [http://en.wikipedia.org/wiki/Comparison_of_.net_obfuscators Comparison of .net obfuscators]
* [http://www.aeg-electrolux.dk/Files/denmark_danish/Brochures/AEG-Electrolux_AUG07_FRITST_s003-015.pdf Katalog AEG-Electrolux August 2007]
* [http://code.google.com/p/babelobfuscator/ Babel Obfuscator]
* [http://www.electrolux-partner.dk/1/AEG-Electrolux_fritstaaende_katalog_2008_WEB_dbA.pdf  Katalog AEG-Electrolux Maj 2008]
* [http://www.electrolux-partner.dk/1/AEG-Electrolux_fritstaaende_prisliste_2008_WEB.pdf Prisliste AEG-Electrolux 2008]


* [http://www.electrolux-ui.com:8080/2008/132/964871DA.PDF LN 88480 Brugervejledning]
* [http://www.metapropeller.com/ Assemblur - Limit Assemblur is free for use in software projects consisted of a single compiled assembly]
* [http://www.electrolux-ui.com:8080/2007/132/970580DA.PDF L 84950 Brugsanvisning]
* [http://www.preemptive.com/dotfuscator-product-family.html - Dotfuscator Community Edition]
* [http://www.foss.kharkov.ua/g1/projects/eazfuscator/dotnet/ Eazfuscator.NET]
* [http://code.google.com/p/obfuscar/ Google Obfuscar]
* [http://ntcore.com/phoenix.php Phoenix Protector]
* [http://www.codeplex.com/SharpObfuscator SharpObfuscator]


* [http://www.aeg-electrolux.com/node441.asp AEG manualer]
==Outlook hænger==
* [https://kc.mcafee.com/corporate/index?page=content&id=KB57977 Slet EXTEND.DAT og lad Outlook skabe en ny selv]


==Hvem har dem==
==Skærme==
* http://www.mariendalonline.dk/shop/aeg-vaskemaskine-ln-7912p.html Påstår der er vægtsensor i LN 88480
* [http://accessories.euro.dell.com/sna/category.aspx?c=dk&category_id=4009&cs=dkdhs1&l=da&navla=33811~0~162930&nf=33811~0~162930&s=dhs&~ck=anav Dell G2410]
*http://www.whiteaway.com/product/aeg-electrolux-l84950
* [http://www.flatpanels.dk/nyhed.php?subaction=showfull&id=1249633096 Dell lancerer 3 nye 20-23" skærme]
*http://shopping.kelkoo.dk/ssc-146601-aeg-84950.html
* [http://reviews.cnet.com/lcd-monitors/dell-g2410/4505-3174_7-33581193.html?tag=lia;rcol Dell G2410 - Cnet review]
*http://www.hvidevaregrossisten.dk/Default.asp?Action=Details&Item=38
* [http://www.cnet.com/topic-reviews/monitor.html Cnet monitor top reviews]
*http://handelsgruppen.dk/product.asp?product=2566&sub=47
* [http://accessories.euro.dell.com/sna/productdetail.aspx?c=dk&l=da&s=dhs&cs=dkdhs1&sku=520-10704#Overview Soundbar]


==Forhandlere af hvidevarer==
==Free icons==
1,8 * 1,5 * 6 * 52 = 842,4
* [http://famfamfam.com/lab/icons/ FAMFAMFAM]
* [http://www.kole-moller.dk/ Køle Møller]
"C:\Program Files\Microsoft Visual Studio 9.0\Common7\VS2008ImageLibrary\1033\VS2008ImageLibrary.zip"
* [http://www.hvidevarebutikken.dk/ Hvidevarebutikken]
* [http://blogs.msdn.com/dwayneneed/archive/2007/10/05/blurry-bitmaps.aspx Presentation Source : Blurry Bitmaps]
:AEG vaskemaskine 84950 7.980,00 -10% = '''7.182,- + 150,- = 7332'''
* [http://social.msdn.microsoft.com/forums/en-US/wpf/thread/c2e6c82d-025b-4ef2-a88f-f5fb8e69e420/ WPF + bitmap = WTF! Microsoft, why no fix after 2 years?!]
:AEG tørretumbler 59840 Energi A 7.959,00 -10% '''7.163,- + 150,- 7.313,-'''
 
==Donkraft==
* http://www.golfmk5.com/forums/showthread.php?t=33626
* http://www.protechproducts.net/jackpads.htm
* http://rexhockey.com/information.php?info_id=14&language=da
* http://forums.vwvortex.com/zerothread?id=3255013
* http://forums.vwvortex.com/zerothread?id=4063908
* http://www.gti-vr6.net/library/misc/how_to_jack_car_up.html


==Golf IV benzinpumpe==
* http://www.automotix.net/autorepair/recalls/22194-recall/
* http://forums.vwvortex.com/zerothread?id=2241752
* http://www.carfax.com/car_safety/ratings/SRR.cfm/year/1999/make/VOLKSWAGEN/model/GOLF/trim_id/1999VOLK4HFGOLF_WOLFSBURG_EDITION


* [http://www.kai-berntsen.dk/ Kai Berntsen] 14.750,- incl alt
* http://townhall-talk.edmunds.com/direct/view/.ef185f2
* [http://www.prisrytter.dk/ Prisrytter.dk] AEG 6844,00+475,00=7319,00
 
* [http://www.handelsgruppen.dk/ Handelsgruppen] AEG 6.830,00+398,00='''7.228,00'''
==De sider IT smed ud==
* [http://onlinehvidevarer.dk/ Onlinehvidevarer] AEG 6.910,00+395,00
 
* [http://www.el24.dk/ EL24] AEG L84950 7.195,00+295,00=7.490,00 T59840 5.895,00+295,00='''6.190,00'''  
Søg på VOIP RTP PACKET SIZE 180 260
* [http://www.el-tjelle.dk/ Dronninglund Installationsforretning & Hvidevare Center]
* http://toncar.cz/Tutorials/VoIP/VoIP_Basics_Jitter.html VoIP Basics: About Jitter
* [http://www.punkt1.dk/ Punkt 1]
 
* [http://www.wupti.com/Produkter/Hvidevarer/ Wupti] AEG 6.999,00+299,00=7.298,00
 
* http://old.iptel.org/ser/cvs/
* http://www.wlanbook.com/netstumbler-windows-vista/
* http://software.intel.com/en-us/intel-ipp/
* http://software.intel.com/en-us/intel-parallel-studio-home/
 
 
* http://msdn.microsoft.com/en-us/library/ms752347.aspx
* http://msdn.microsoft.com/en-us/library/ms748857.aspx
* http://msdn.microsoft.com/en-us/library/ms684175(VS.85).aspx
* http://www.csie.ntu.edu.tw/~acpang/course/voip_2004/
 
 
* http://www.eggheadcafe.com/forumarchives/windowsdeveloperwinfxavalon/oct2005/post24055402.asp
* http://nayyeri.net/blog/slider-control-in-windows-presentation-foundation/
* http://nayyeri.net/blog/viewbox-and-viewport-in-windows-presentation-foundation/
 
==Frisbee golf==
* http://www.discsalg.dk
 
==Solstrøm==
* [http://kerychip.dk/oscommerce_st/catalog/product_info.php?cPath=60_94&products_id=837 KeryChip Webshop i Viborg]
* [http://ing.dk/artikel/99298-solstroem-nyt?highlight=solstr%F8m Solstrøm nyt - Poul-Henning Kamp]
 
==Outlook remote access==
* [http://www.msexchange.org/tutorials/Outlook-Anywhere-2007-ISA-Server-2006.html Outlook Anywhere 2007 with ISA Server 2006]
 
* [http://www.bilgalleri.dk/html/for_messageDetail.asp?Msg_ID=497032 Autoforkortelser]
 
==Passat sætter ud==
* [http://ing.dk/debat/13213 Diskussion fra ingeniøren (Golf 2.0 temperatursensor)]
* [http://www.motor-talk.de/forum/passat-setzt-waehrend-der-fahrt-aus-t1580159.html?page=1 Tysk side om Crankshaft position sensor CKP]
* [http://tech.bentleypublishers.com/thread.jspa?threadID=35392&start=0&tstart=0 Tændingslås?]
Vevaxellägesgivare
* http://webkat.mekonomen.se/inetkat/default.asp?Hbutik=3384-000&Hsprak=S&Htider=Vardagar+8.00+-+18.00+Lördag+10-14+&Hadress=Landskronavägen+14,+252+32+HELSINGBORG,+Tel:+042-132400&Hepost=helsingborg@mekonomen.se
 
Benzinpumpe
* [http://starquest.i-x.net/viewtopic.php?t=1031 Adskillelse af tank, pumpe og filter]
* http://forums.vwvortex.com/zerothread?id=3873161&page=1
 
==Sommerferie==
* [http://www.familiecamping.dk/site/Getfile.asp?Id=70 Sannes Familiecamping - Gudhjem]
 
==Sata, Micro Sata and eSata==
* [http://www.allpinouts.org/index.php/Serial_ATA_(SATA,_Serial_Advanced_Technology_Attachment) (SATA, Serial Advanced Technology Attachment) Connector Pinout]
 
==Wireless Antenn==
* [http://www.extremetech.com/article2/0,2845,1641185,00.asp Building a Wi-Fi Antenna Out of a Tin Can]
 
==SMTP==
* [http://technet.microsoft.com/en-us/library/aa998368(EXCHG.65).aspx How to Configure a Windows Server 2003 Server as a Relay Server or Smart Host]
* [http://technet.microsoft.com/en-us/kb/kb00324958.aspx How to block open SMTP relaying and clean up Exchange Server SMTP queues in Windows Small Business Server]
 
==Kopibeskyttelsesdriver på pluto sfdrv01.sys==
* http://www.glop.org/starforce/
* http://www.file.net/process/sfdrv01.sys.html
* Boycott Starforce NEWS: Ubisoft won't use Starforce anymore !
 
==Hegn og hække==
* [http://www.havenyt.dk/artikler/inspiration/hegn_og_haekke/754.html Hegn og hække - Gode arter til klippet hæk]
==Home made digital thermometer==
* [http://para.maxim-ic.com/en/search.mvp?fam=temp_sens&374=1-Wire|1-Wire%20Non-Network|2-Wire%2FSMBus|3-Wire|3-Wire%2FSPI|Freq.%20%26%23181%3B%20Temp.|PWM|Period%20%26%23181%3B%20Temp.|Period%20%26%23181%3B%20Temp.|Pulse%20Delay&tree=master Maxim Temperature Sensors - interactive device selector]
* [http://www.maxim-ic.com/design_guides/en/TEMP_SENSORS_13.pdf Maxim design guide - Temp Sensors]
 
* [http://tau.ac.il/~stoledo/lego/i2c-1631/ Lego NXT Digital Temperature Sensor]
 
===1-wire devices===
* [http://en.wikipedia.org/wiki/1-Wire 1-Wire - Wikipedia]
Maxim's DS9097 is a serial adapter to connect a 1-wire or iButton device to a PC.<br>
It can be bought from Maxim [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2982 DS9097] or you can make it yourself [http://arti.vub.ac.be/~bartj/domoticube/1wireboard.html Homemade 1-wire to Serial adapter] or this [http://www.elektroniikka.org/thermometer/?page=adapter another 1-wire to Serial adapter] or this [http://www-e.uni-magdeburg.de/mthraenh/newapp74.pdf serialport adapter that supplies also 5V]
* [http://www.maxim-ic.com/products/ibutton/software/sdk/sdks.cfm MAXIM - Software Development Kits]
* [http://www.maxim-ic.com/appnotes.cfm/an_pk/1740 APPLICATION NOTE 1740 - White Paper 6: 1-Wire Drivers Installation Guide for Windows]
* [http://sourceforge.net/projects/owdotnet/ OWdotNET - Use the Dallas 1-Wire and iButton chips with standard C# using a serial adapter (also CF.net) or the TMEX drivers on the .NET platform.]
* [http://www.pmalmberg.com/2008/01/03/tmexnet-1-wire-in-pure-c/ TMEX.Net = 1-Wire in pure C#]
 
Temperature sensors
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/5355 DS28EA00]
: 12-bit
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/4576 DS1825]
: 12-bit
: Measures Temperatures from -55°C to +125°C
: ±0.5°C Accuracy from -10°C to +85°C 
: 12-Bit Digital Word in 750ms (max)
: Only 8-Pin µSOP
: 3.0 to 3.7V
 
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2812 *DS18B20]
: 12-bit
: Measures Temperatures from -55°C to +125°C
: ±0.5°C Accuracy from -10°C to +85°C 
: 12-Bit Digital Word in 750ms (max)
: Also 3-Pin TO-92 Packages !!!
: 3.0V to 5.5V
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2813 DS18B20-PAR]
: 12-bit
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2815 DS18S20]
: 9-bit
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2816 DS18S20-PAR]
: 9-bit
 
===I²C 2-Wire/SMBus devices===
* [http://en.wikipedia.org/wiki/I%C2%B2C I²C - Wikipedia]
Temperature sensors
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/4407 *DS620]
: 13 bit
: Measures Temperatures from  -55°C to +125°C
: ±0.5°C Accuracy Over a 0°C to +70°C Range
: Fast (13 bit 200ms max) Temperature-to-Digital Conversion Time
: 1.7V to 3.5V
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2737 DS1621]
: 12 bit
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2738/ln/ DS1624]
: 13 bit
: Measures Temperatures from  -55°C to +125°C
: ±0.5°C Accuracy Over a 0°C to +70°C Range
: 13 bit max 1000ms
: 2.7V to 5.5V
: 256 bytes of E2 memory
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3241 *DS1631]
: 12 bit
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/5730 DS7505]
: 12 bit
: Measures Temperatures from  -55°C to +125°C
: ±0.5°C Accuracy Over a 0°C to +70°C Range
: 12 bit 200ms
: 1.7V to 3.7V
: Multidrop Capability
: Stand-Alone Thermostat Capability (open-drain output)
 
===I²C to 1-Wire bridge===
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/4338/t/al DS2482-800 Eight-Channel 1-Wire Master]
* [http://www.maxim-ic.com/appnotes.cfm/an_pk/3684 APPLICATION NOTE 3684 - How to Use the DS2482 I²C 1-Wire® Master]
 
==Windows Fiewall "windows firewall has blocked some features of this program"==
* [http://support.microsoft.com/kb/875357/ Fejlfinding i forbindelse med indstillingerne for Windows Firewall i Windows XP Service Pack 2]
* [http://technet.microsoft.com/en-us/library/cc748991.aspx Windows Firewall with Advanced Security Getting Started Guide]
 
==DD-WRT flere netwæek på samme router==
* http://viidev.blogspot.com/2008/05/secure-wep-network-for-nintendo-ds.html
* http://www.dd-wrt.com/phpBB2/viewtopic.php?t=35556&postdays=0&postorder=asc&start=15
* http://boards.fon.com/viewtopic.php?p=21851
* https://secure.dd-wrt.com/wiki/index.php/FON_Hotspot#FON_On_DD-WRT_w.2F_Chillispot
 
==Geocaching==
* [http://skovkort.sns.dk/Default_2005_stor.asp Skovkort]
* [http://www.jyllingespejderne.dk/Kode_v410/index.htm Kodemaskine A-K og meget andet]
 
==Enable or disable Vista hibernation==
http://www.syschat.com/enable-or-disable-vista-hibernation-2369.html
 
==Outlook hangs==
* http://office-outlook.com/outlook-forum/index.php?t=msg&th=44628/
mdi132
 
==Vista won't sleep or hibernate==
* https://msdn.microsoft.com/en-us/subscriptions/securedownloads/default.aspx
Use PwrTest in WDK
 
==Køleskab==
* http://www.lav-det-selv.dk/Forum/forumid/4/postid/5903/view/topic/
 
==Håndmikser==
* [http://www.gp.se/content/1/c6/45/86/70/1117_elvispar.pdf Svensk test Göteborgs-Posten]
* [http://www.icakuriren.se/ArticlePages/200609/22/20060922103452_Icak021/20060922103452_Icak021.dbp.asp Svensk test Icakuriren (artikel)]
* [http://www.icakuriren.se/ArticlePages/200609/22/20060922103452_Icak021/test_elvispar.pdf Svensk test Icakuriren (test resultat)]
* [http://www.smartson.se/test/hushall/test-10-elvispar-2008.htm Svensk test Smartson]
 
==.NET Noter==
<source lang="cpp">
            System.Diagnostics.Debugger.Launch();
            System.Reflection.Assembly.LoadFrom(@"<path to assembly to load>");
 
 
            System.Diagnostics.Debugger.Launch();
            AppDomain currentDomain = AppDomain.CurrentDomain;
            currentDomain.AssemblyResolve += new ResolveEventHandler(currentDomain_AssemblyResolve);
 
        System.Reflection.Assembly currentDomain_AssemblyResolve(object sender, ResolveEventArgs args)
        {
            System.Diagnostics.Debugger.Launch();
            return System.Reflection.Assembly.LoadFrom(@"<path to assembly to load>");
        }
</source>
 
==Tændingstidspunkts justering på en Passat AGG motor==
Hvis man afmonterer hall sensors kabel og genstarter motoren får man fejlkode:
VCDS version: NEZ 805.2
Adresse 01:  Motor
Styreenhed reservedelsnr. : 037 906 025 G
Beskrivelse og/eller version : SIMOS 4S          1941
Software kodning : 00000
Forhandlernummer : WSC 00000
1 fejlkode fundet:
00515 - Hallgiver (G40)
        16-00 - Signal udenfor tolerance
 
Readiness: Ikke tilg.
 
[[Image:VCDS_Styreenhed_Passat.jpg]]
 
 
[[Image:VCDS_Tændingsjustering_Passat.jpg]]
 
 
[[Image:VCDS_Fejlkode_unden_hall_kabel_til_tændspole_forbundet.jpg]]
 
* [http://www.lav-det-selv.dk/Forum/forumid/6/postid/99274/view/topic/ Er min tændspole kaput?]
* http://213.239.212.66/wiki/Geber_G40_(Hallgeber)
* http://www.vaglinks.com/Docs/Catalogues/HoVWdiAudi.dk_Golf_III_PartNumbers.pdf
 
1 stk spritny strømfordeler, komplet med hall-giver, rotor og fordelerdæksel..
Passer til 2E, AGG, ADC og AAC motorer
OENr.: 037 905 205 C
OENr.: 037 905 205 J
OENr.: 037 905 237 A
OENr.: 037 905 237 AX
 
* [http://hjemmesider.eucsyd.dk/peb/ EUCSYD lærebøger]
* [http://hjemmesider.eucsyd.dk/peb/Materialer/T%C3%A6ndingsanl%C3%A6g/T%C3%A6ndingsanl%C3%A6g.pdf Pædagogisk forklaring på hvordan tændingssytemet virker]
* [http://hjemmesider.eucsyd.dk/peb/Materialer/Tændingsanlæg/Tændingsanlæg.pdf Pædagogisk forklaring på hvordan tændingssytemet virker]
That will have an AGG code engine. The distributor hall sender is out of sync and so the distributor needs top be repositioned. Start the car and enter Engine 01, Measuring Blocks 007 and four blocks of data will appear. Rotate the distributor until the value in block 1 is between 57 and 60 or 1 and the value in block 2 is between 5 and 8.
* [http://www.vwaudiforum.co.uk/forum/showthread.php?t=40899]
Lav grundindstilling bagefter
 
==Software jeg gerne vil eje==
* [http://www.4dev.com/regc/index.htm Registry Crawler]
 
==Digitale Billedrammer==
* [http://www.hama.de/portal/articleId*173886/picType*det5/action*2599?picURL=%2Fbilder%2F00090%2Fdet%2F00090921det5.jpg#picture Hama 15" 4:3"]
* [http://www.digitalpictureframereview.com/review-samsung-spf-85v Review: Samsung SPF-85V]
Der findes en holder WMP081BD til rammen http://www.samsung.com/cn/consumer/accessory/type/accList.do?group=computersperipherals&type=photoframe&subtype=photoframeaccessories
* [http://192.168.0.18:5050/images/nowplaying.jpg http://192.168.0.18:5050/images/nowplaying.jpg Se det billede som vises]
* [http://andrey.mikhalchuk.com/2009/01/19/fixing-samsung-spf-83v-leftright-buttons.html Fixing Samsung SPF-83V left/right buttons]
* [http://www.aai.com.tw/product/Multimedia_Solutions.htm AeroVision Avionics Inc - RMI/AU1200 Solution]
* [http://msdn.microsoft.com/en-us/library/aa924383.aspx Wceload Tool (Visual Studio)]
 
==DLNA Media Server's==
Jeg har haft installeret FUPPES og TVersity.<br>
Ingen af dem kunne snakke med Samsung rammen.<br>
FUPPES er GPL TVersity findes i en almindelig og en PRO udgave PRO udgaven kan man bare installere (man afleverer sin email addresse), evaluere så længe man vil, og så betale senere.
 
* [http://www.rbgrn.net/blog/2007/06/how-to-set-up-media-servers-for-your-ps3-or-xbox-360.html How to set up media servers for your PS3 or Xbox 360]
* [http://www.rbgrn.net/blog/2007/08/how-to-choose-dlna-media-server-software-in-windows-mac-os-x-or-linux.html How to choose a DLNA Media Server for Windows, Mac OS X or Linux]
* [http://en.wikipedia.org/wiki/UPnP_AV_MediaServers UPnP AV MediaServers - Wikipedia]
 
===Microsoft links about DLNA and Picture Frames===
Search on Google for GetDeviceCapabilities dlna
These 2 documents has new links inside
* [http://download.microsoft.com/download/5/E/6/5E66B27B-988B-4F50-AF3A-C2FF1E62180F/CON-T575_WH08.pptx Building Digital Picture Frames using Microsoft Technologies]
* [http://download.microsoft.com/download/a/d/f/adf1347d-08dc-41a4-9084-623b1194d4b2/DigitalPicFrms.docx Connected Digital Picture Frames: Analysis and Specifications]
 
* [http://www.upnp.org/standardizeddcps/documents/UPnPAvArchtiecture0.83.pdf UPnP AV Architecture:0.83]
* [http://www.upnp.org/standardizeddcps/ UPnP Standards]
 
==Adskille Wii==
* [http://www.xbox-modchips.com/wii-tutorials/xcm-wii-dissasembly-guide.htm Wii DISSASEMBLY Guide from XCM]
 
==Wii trommesæt==
* [http://en.wikipedia.org/wiki/Guitar_Hero_IV Guitar Hero World Tour - Wikipedia]
* [http://redoctane.custhelp.com/cgi-bin/redoctane.cfg/php/enduser/std_adp.php?p_faqid=21748&p_created=1225236414&p_sid=Arxp9umj&p_accessibility=0&p_redirect=&p_lva=&p_sp=cF9zcmNoPSZwX3NvcnRfYnk9JnBfZ3JpZHNvcnQ9JnBfcm93X2NudD01NDksNTQ5JnBfcHJvZHM9JnBfY2F0cz0mcF9wdj0mcF9jdj0mcF9zZWFyY2hfdHlwZT1hbnN3ZXJzLnNlYXJjaF9ubCZwX3BhZ2U9MQ**&p_li=&p_topview=1 Red Octane's side for download af tromme tuner]
* [http://www.joystiq.com/2008/11/01/ghwt-drum-tuning-app-now-available-red-octane-shipping-midi-usb/ GHWT drum tuning app now available, Red Octane shipping midi-USB cables for free]
* [http://www.splegends.com/2008/11/guitar-hero-drum-tuner-available-for.html Guitar Hero Drum Tuner Available For Download]
 
==Niels Hausgaard==
* [http://www.galaksen.dk/ 29. jan. Galaksen]
* [http://www.mantziusgaarden.dk/00147/00149/00157/ 31. jan. Mantziusgården]
 
* [http://www.trommen.dk/?ID=877 18. marts Trommen]
* [http://www.gjethus.dk/az_kalender.php?id=122 22. marts Gjethuset]
* [http://www.baltoppen.dk/ 19. apr. Baltoppen]
 
==Nyt tag==
Her har de et priseksempel på hjemmesden, og de laver tegltage
* [http://tag-eksperten.dk/ tag-eksperten]
 
==Berits PC Shellcon hidden window==
* http://wiki.answers.com/Q/How_do_you_remove_something_called_shell_con_hidden_window
* http://www.google.dk/search?hl=da&rls=GGLJ%2CGGLJ%3A2008-33%2CGGLJ%3Aen&q=cd+shellcon+%22hidden+window%22&meta=
 
==Restaurenter==
* [http://www.meilin.dk/content.asp?ID=134 Restaurent Mei Lin Øverødvej 5B 2840 Holte 45 48 48 10]
 
==Grammatik==
* [http://www.kongsholm-gymhf.dk/Subwebs/Laesestave/index.html Læsevejledernes hjemmeside]
* [http://www2002201.thinkquest.dk/index.php?id=1 Dansk 4 Dummies]
 
==Skoleopgaver==
http://www.langkaer.dk/or/DO6.htm
 
Novelle- og romananalyse.
Formålet med novelle- og romananalyse er, at du skal finde frem til det livssyn, der findes i teksten.
 
I det følgende nævner jeg en række redskaber, som du kan anvende i analysen. En analyse skal ikke nødvendigvis indeholde alle nedenstående elementer; du skal vælge ud og vurdere, hvad der er væsentligt i tilknytning til netop denne tekst.
Nogle af nedenstående elementer overlapper hinanden.
 
Punkt 1-9 er analysen, og pkt. 10-13 er fortolkningen. I praksis vil man ikke kunne opretholde dette skarpe skel mellem analyse og fortolkning.
 
1. Genrebestemmelse.
Hvilken genre tilhører teksten? Novelle eller roman? F.eks. realisme eller science-fiction? Udviklingsroman eller punktroman? Dokumentarisme? Historisk roman? Eventyr? Myte? O.s.v.
 
2. Komposition.
Hvordan er teksten bygget op? Hvilke dele består den af? Hvordan hænger disse dele sammen? Hvilket kompositionsprincip er der tale om? Åben slutning, eller lukket slutning? In medias res? Hvordan understøtter kompositionen tekstens dybere betydning?
 
3. Handlingsstruktur (episk forløb).
Hvordan er handlingsforløbet skruet sammen? Er det liniært, kronologisk? Eller kobles der frem og tilbage imellem forskellige handlingsforløb (episke forløb)? Forekommer der spring i handlingen? Er der flere forskellige handlingsstrenge? Hvordan er de flettet sammen?
 
4. Fortælleren.
Fortælleren er den stemme, der udsiger teksten. Vi kan skelne mellem to hovedtyper af fortællere:
Eksplicit fortæller (direkte tilstede i teksten; en jeg-fortæller er en eksplicit fortæller), og
implicit fortæller (indirekte til stede i teksten; en neutral fortæller, der fungerer som kamera, er en implicit fortæller).
Andre betegnelser for, og typer af fortællere, er: Alvidende fortæller, jeg-fortæller, neutral fortæller, tredje-persons-fortæller, personbunden fortæller.
 
5. Synsvinkel.
Synsvinklen er det sted (eller den person), hvorfra der fortælles. En forfatter kan anvende indresyn (synsvinklen ligger hos én af personerne) eller ydresyn. Der kan også forekomme synsvinkelskift fra indresyn til ydresyn, eller mellem to forskelllige personer.
 
6. Tid.
Fortælletid er det tidspunkt, hvorfra der fortælles. Hvis der fortælles i nutid og kronologisk kalder vi det for "medsyn". Bagudsyn (flashback) kan blandes med medsyn. Selv om der fortælles i datid, kan vi godt have kronologisk medsyn.
Fortalt tid (den omhandlede tid) er den tid, der fortælles om - f.eks. en periode i fortiden, der har betydning for nutiden.
 
7. Fortælleteknik.
Hvilke fortællemåder bruges? Beretning, beskrivelse (natur- eller rum-beskrivelse), replikker (dialog), indre monolog, indirekte tale, dækket direkte tale, scenisk eller panoramisk fremstilling, tankestrøm (stream of consciousness).
 
8. Personkarakteristik.
Hvem er hovedperson, og hvem er bipersoner? Ydre karakteristika, hvad gør personen (forhold til andre) og indre karakteristika (forhold til sig selv, mørk/lys person, o.s.v.). Beskrives personerne som typer, eller som individualiteter med dybtgående, nuanceret psykologisk analyse. Læg også vægt på analyse af personrelationer (personernes samspil).
 
9. Miljøkarakteristik.
Hvilket, eller hvilke miljøer foregår teksten i - socialt, kulturelt, aldersmæssigt o.s.v.? Er miljøet væsentligt for temaet (i socialrealismen og den psykologiske realisme spiller miljøet en vigtig rolle: f.eks. i tekster, der handler om frigørelse)?
I modernismen findes såkaldte "abstrakte" miljøer (løst skitserede).
 
<br>_________________________________________________________________<br>
 
10. Tema.
Et tema er en abstrakt formulering af det, som teksten handler om. For at finde temaet i en tekst kan du spørge: "Hvad handler denne tekst egentlig om?" Jo bedre du er til abstrakt tænkning, og jo mere præcist og originalt, du kan formulere temaer, jo bedre vil din temaanalyse være.
Ofte er der flere temaer i en tekst: Hovedtema og sidetemaer, der indgår i et samspil med hinanden.
Hyppigt forekommende temaer i litteratur er: Identitet, frigørelse, kærlighed, undertrykkelse, ensomhed, opgør med autoriteter, lidenskab, angst, fremmedgørelse, individ/omverden, liv/død, natur/kultur (herunder land/by), o.s.v.
 
11. Fortolkning.
Fortolkning er en sammenfatning af din analyse. For at finde frem til en fortolkning af en tekst kan du spørge: "Hvad er egentlig forfatterens mening med denne tekst?" , eller du kan spørge: "Hvad siger denne tekst egentlig om verden?" Sommetider taler vi også om forfatterholdning, eller forfatterhensigt, eller budskab (men det kan forveksles med morale, og det er ikke meningen!).
 
12. Livssyn.
Ofte kan du relatere en bestemt tekst til et bestemt livssyn, eller en livsanskuelse. Vi kan definere livssyn/livsanskuelse som tekstens eller forfatterens måde at se livet og verden på.
Ofte kan vi også sætte teksten i forhold til en bestemt filosofi: F.eks. en postmodernistisk filosofi, en romantisk filosofi, en eksistentialistisk filosofi, o.s.v.
 
13. Historisk perspektivering.
Du skal sætte teksten ind i en historisk sammenhæng: Hvilken periode indgår teksten i? Hvordan kan man se det (hvordan kommer det til udtryk i tematik, livsanskuelse, fortælleteknik)? Hvordan er forfatterens placering i perioden og i forhold til andre forfattere? Hvilken litterær "isme" hører hans/hendes tekst hjemme i? Naturalisme, romantik, modernisme, postmodernisme?
Periodens kultur, samfund, filosofi inddrages.
 
14. Stil og sprog.
Hver forfatter har sin særlige måde at skrive på: Tekstens stil. Vi kan dog skelne mellem to stilmæssige hovedtyper: Realisme, og "ikke-realisme". Disse kan igen underinddeles og relateres til perioder: f.eks. impressionisme, socialrealisme, nyrealisme, magisk realisme. Og: symbolisme, ekspressionisme, modernisme, fantastisk litteratur.
Til tekstens stil hører også: Ironi, humor, satire, slang, patos. Og generelt: Ordvalg, sætningsstrukturer, rytme, tone.
Endvidere skal du være opmærksom på: Billedsprog, metaforer, sammenligninger. Og hvis der optræder symboler eller symbollignende elementer i teksten, skal deres betydning og funktion opklares og dokumenteres.
 
15. Diskussion af teksten.
Giv en begrundet vurdering af teksten:
God eller dårlig fortælleteknik, godt eller dårligt sprog, er personkarakteristikken "flad"?
Teksten modsiger sig selv. Teksten har uklare eller skjulte præmisser for sit udsagn (kitsch, f.eks.); sammenhængen mellem "budskab" og begrundelse er dårlig.
Du er uenig i livssynet, men finder det alligevel interessant og godt behandlet.
 
<br>_________________________________________________________________<br>
 
16. Fremlæggelse af analyse og fortolkning.
Det vil være uoverkommeligt at fremlægge alle ovenstående punkter i en analyse og fortolkning. Og i øvrigt helt uinspirerende at høre på eller læse i en skriftlig fremstilling. Analyseredskaberne skal anvendes med omtanke og sans for, hvad der er væsentligt og interessant. Tekstanalyse og fortolkning kan gøres til en kreativ og spændende genre med sans for liv og sprog.
Her er en standarddisposition for en mundtlig eller skriftlig fremlæggelse, hvor du trinvist bevæger dig fra det konkrete til det abstrakte:
 
# Anfør forfatter, titel og udgivelsesår.
# Gør rede for tekstens komposition og fortællerforholdene.
# Giv person- og miljøkarakteristik. Husk at dokumentere gennem teksthenvisninger.
# Formulér nu din opfattelse af hovedtema og sidetemaer.
# Konkludér vedr. fortolkning og livssyn.
# Inddrag skrivestilen til yderligere dokumentation for fortolkning.
# Perspektivering til periode, forfatterskabet, andre forfattere.
 
Du kan også starte i det abstrakte og bevæge dig "ned" i det konkrete og tilbage til det abstrakte og overordnede:
# Anfør forfatter, titel og udgivelsesår.
# Gør rede for din fortolkning, og opfattelse af livssynet i teksten.
# Dokumentér fortolkning, livssyn og tema gennem centrale tekstiagttagelser.
# Underbyg ved inddragelse af skrivestil.
# Perspektivering til periode, forfatterskab, andre forfattere.
 
==SMART==
Talking to harddsiks via SMART
*http://www.google.com/search?hl=en&rls=GGLC%2CGGLC%3A1970-01%2CGGLC%3Aen&q=io+ata+smart+win32
 
 
*http://objectmix.com/xharbour/355939-real-serial-number-hd-usb.html
*http://www.google.com/search?hl=en&rls=GGLC%2CGGLC%3A1970-01%2CGGLC%3Aen&q=%22s.m.a.r.t.%22++c%23++harddisk
*http://www.google.com/search?hl=en&rls=GGLC%2CGGLC%3A1970-01%2CGGLC%3Aen&q=%22s.m.a.r.t.%22++c%2B%2B+
 
 
*[http://www.t10.org/ftp/t10/drafts/sat/sat-r05.pdf Information technology - SCSI / ATA Translation (SAT)]
 
==Acronis black screen==
When booting from Acronis boot media on a Dell Inspiron 1501 you get a black screen.
 
* http://www.wilderssecurity.com/archive/index.php/t-179306.html
...So i choosed full mode it starts to load but then all i get is a black screen and nothing happens anymore.. <-QUOTE}Have you tried this:
 
Please boot your computer from the Acronis True Image rescue disc and press F11 key when the selection screen advising you to select either "Full", "Safe" or "Boot into Windows" option appears. After you get the "Linux kernel command line" prompt, please modify it in the following way:
 
quiet acpi=off noapic
 
click on the OK button then and choose "Full Version". That should allow you to use Acronis True Image in some special cases. Please submit a request for technical support describing the issue if you want to automate the process of adding these special parameters.
 
* http://www.wilderssecurity.com/archive/index.php/t-117936.html
 
* '''quiet''' - This parameter is enabled by default and the startup messages are not displayed. Deleting it will result in the startup messages being displayed as the Linux kernel is loaded and the command shell being offered prior to running the very Acronis program.
 
* '''acpi=off''' - Disables ACPI (http://www.webopedia.com/TERM/A/ACPI.html) which may help with a particular hardware configuration.
 
* '''noapic''' - Disables APIC (Advanced Programmable Interrupt Controller) which may help with a particular hardware configuration.
 
==Acronis Bootable Media Boots into Garbled or Low Resolution GUI==
====Symptoms====
# You boot from Acronis Bootable Media;
# When booted, the Graphical User Interface (GUI) is garbled or of low resolution.
 
====Cause====
Acronis Bootable Media failed to correctly detect the video card.
 
====Solution====
#When booted from media created with Acronis Media Builder, on the selection screen hit F11 and in the command-line window enter the following: vga=ask
#Start Acronis
#When asked press <Enter> (be quick, or Acronis will boot normally)
#This will give a list of all available graphic modes.
#Type in the one that suits best and hit Enter.
 
* [http://kb.acronis.com/content/2921 2921: Acronis Bootable Media Boots into Garbled or Low Resolution GUI]
 
==Backup af Exchange Server==
* [http://www.backupexecfaq.com/about.html Backup Exec FAQ Help for users, by users]
* [http://www.backupexecfaq.com/articles/using/backing-up-exchange-mailboxes.html Backing up Exchange mailboxes]
 
* [http://www.msexchange.org/tutorials/MF022.html How to use the Deleted Item Retension and Deleted Mailbox Retension feature in Exchange 2000]
 
 
<categorytree hideroot=on mode=pages style="float:right; clear:right; margin-left:1ex; border:1px solid gray; padding:0.7ex; background-color:white;">Mediacenter</categorytree>
 
<categorytree onlyroot=on mode=pages style="float:right; clear:right; margin-left:1ex; border:1px solid gray; padding:0.7ex; background-color:white;">Opskrifter</categorytree>
 
<categorytree mode=pages style="float:right; clear:right; margin-left:1ex; border:1px solid gray; padding:0.7ex; background-color:white;">Opskrifter</categorytree>
 
<categorytree onlyroot=on mode=pages style="float:right; clear:right; margin-left:1ex; border:1px solid gray; padding:0.7ex; background-color:white;">English pages</categorytree>
 
==Find det rigtige produkt - til den rigtige pris her==
* [http://www.elsparefonden.dk/forbruger/produkter/hvidevarer Elsparefonden - Find hvidevarer (samme som hvidevarepriser.dk]
* [http://www.pricerunner.dk/t/3/sammenlign-Hvidevarer-priser Hvidevarer - Sammenlign priser & anmeldelser på PriceRunner Danmark]
* [http://www.kelkoo.dk/ Sammenlign priser - Kelkoo godt indeks her kan man sortere]
 
==Hvad er forskellen på LN 88480 og L 84950==
Vægtsensor: Registrerer hvor meget der fyldes i maskinen - før program startes.
* [http://www.aeg-electrolux.dk/Files/denmark_danish/Brochures/AEG-Electrolux_AUG07_FRITST_s003-015.pdf Katalog AEG-Electrolux August 2007]
* [http://www.electrolux-partner.dk/1/AEG-Electrolux_fritstaaende_katalog_2008_WEB_dbA.pdf  Katalog AEG-Electrolux Maj 2008]
* [http://www.electrolux-partner.dk/1/AEG-Electrolux_fritstaaende_prisliste_2008_WEB.pdf Prisliste AEG-Electrolux 2008]
 
* [http://www.electrolux-ui.com:8080/2008/132/964871DA.PDF LN 88480 Brugervejledning]
* [http://www.electrolux-ui.com:8080/2007/132/970580DA.PDF L 84950 Brugsanvisning]
 
* [http://www.aeg-electrolux.com/node441.asp AEG manualer]
 
==Hvem har dem==
* http://www.mariendalonline.dk/shop/aeg-vaskemaskine-ln-7912p.html Påstår der er vægtsensor i LN 88480
*http://www.whiteaway.com/product/aeg-electrolux-l84950
*http://shopping.kelkoo.dk/ssc-146601-aeg-84950.html
*http://www.hvidevaregrossisten.dk/Default.asp?Action=Details&Item=38
*http://handelsgruppen.dk/product.asp?product=2566&sub=47
 
==Forhandlere af hvidevarer==
1,8 * 1,5 * 6 * 52 = 842,4
* [http://www.kole-moller.dk/ Køle Møller]
* [http://www.hvidevarebutikken.dk/ Hvidevarebutikken]
:AEG vaskemaskine 84950 7.980,00 -10% = '''7.182,- + 150,- = 7332'''
:AEG tørretumbler 59840 Energi A 7.959,00 -10% '''7.163,- + 150,- 7.313,-'''
 
 
* [http://www.kai-berntsen.dk/ Kai Berntsen] 14.750,- incl alt
* [http://www.prisrytter.dk/ Prisrytter.dk] AEG 6844,00+475,00=7319,00
* [http://www.handelsgruppen.dk/ Handelsgruppen] AEG 6.830,00+398,00='''7.228,00'''
* [http://onlinehvidevarer.dk/ Onlinehvidevarer] AEG 6.910,00+395,00
* [http://www.el24.dk/ EL24] AEG L84950 7.195,00+295,00=7.490,00 T59840 5.895,00+295,00='''6.190,00'''  
* [http://www.el-tjelle.dk/ Dronninglund Installationsforretning & Hvidevare Center]
* [http://www.punkt1.dk/ Punkt 1]
* [http://www.wupti.com/Produkter/Hvidevarer/ Wupti] AEG 6.999,00+299,00=7.298,00
* [http://www.ahvidevarer.dk/ Ahvidevarer]
* [http://www.ahvidevarer.dk/ Ahvidevarer]
* [http://www.elsalg-saltum.dk/ EL-gården] 5.700,00 +395,00
* [http://www.elsalg-saltum.dk/ EL-gården] 5.700,00 +395,00
* [http://www.lavpriskoekken.dk Lavpriskøkken] 6.285,00
* [http://www.lavpriskoekken.dk Lavpriskøkken] 6.285,00
* [http://butik.el-stroem.dk/ el-strøm] 6.395,00
* [http://butik.el-stroem.dk/ el-strøm] 6.395,00
* [http://skousenshop.scancommerce.dk/ Skousens onlineshop] få modeller
* [http://skousenshop.scancommerce.dk/ Skousens onlineshop] få modeller
 
==Producenter af hvidevarer==
* [http://www.siemens-hvidevarer.com/ Siemens]
* [http://www.bosch-hvidevarer.com/ Bosch]
* [http://www.aeg-electrolux.dk/ AEG-Electrolux - Velkommen til AEG-Electrolux Danmark]
* [http://www.asko.dk/ Asko Vølund]
 
==Service manualer og instruktionsbøger==
* [http://www.devicemanuals.com/ User's Guides, Owner's Manuals and Operational Instructions - også andet end hvidevarer]
* [http://www.serviceforce.co.uk/pdf_search.asp Instruction Manuals Electrolum - AEG...]
 
 
8 Kg Tage
:Siemens WM 16S761DN 54db 74db 2min 60 grader 56 liter
:7.495,00 Bosch WAS 32760NN vægt
:8.150,00 - AEG-ELECTROLUX L 84950 - tromle 63 liter 46dba hygiejneprogram 64-67 grader 1 skyl ekstra 60 grader 3 gange ingen vægt
Kulfri
Støj
60 hvor længe
Tromlestørrelse
Ekstra skyl
Tørretumbler
 
:AEG Lavamat 76850
:AEG Lavatherm 59840
 
<google>DANSK</google>


==Producenter af hvidevarer==
https://tmupdate.blob.core.windows.net/tps/Beta/TrackMan%20Performance%20Studio%20FwFix%20Installer%208.0.169.exe
* [http://www.siemens-hvidevarer.com/ Siemens]
* [http://www.bosch-hvidevarer.com/ Bosch]
* [http://www.aeg-electrolux.dk/ AEG-Electrolux - Velkommen til AEG-Electrolux Danmark]
* [http://www.asko.dk/ Asko Vølund]


==Service manualer og instruktionsbøger==
Get-NetFirewallRule | Where {$_.DisplayName -eq "Network Discovery (UPnP-In)"} | Enable-NetFirewallRule
* [http://www.devicemanuals.com/ User's Guides, Owner's Manuals and Operational Instructions - også andet end hvidevarer]
* [http://www.serviceforce.co.uk/pdf_search.asp Instruction Manuals Electrolum - AEG...]


 
netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes
8 Kg Tage
:Siemens WM 16S761DN 54db 74db 2min 60 grader 56 liter
:7.495,00 Bosch WAS 32760NN vægt
:8.150,00 - AEG-ELECTROLUX L 84950 - tromle 63 liter 46dba hygiejneprogram 64-67 grader 1 skyl ekstra 60 grader 3 gange ingen vægt
Kulfri
Støj
60 hvor længe
Tromlestørrelse
Ekstra skyl
Tørretumbler
 
:AEG Lavamat 76850
:AEG Lavatherm 59840
 
<google>DANSK</google>

Latest revision as of 16:27, 11 August 2022

<seo title="Min sandkasse" />

English pages Danske sider


Test ny MediaWiki

Test.jpg Printer.jpg

My 3D printer

Enclosure

OctoPrint

ASA

top surface skin layers are used to get a more beautiful layers on the top of prints.

if you set 10 top layers, then it will print 10 top layers.

now if you set "top surface skin layers" to 2, then the last 2 layers of the top layers, will be printed as top surface skin layers.

you can change these settings for the top surface skin: top surface skin speed, top surface acceleration, top surface skin jerk, top surface skin line width, top surface skin pattern and top surface skin line directions.

what i usually do is set the top surface skin layers to 1, use top surface skin line width of 1/2 the usual line width (nozzle size), and use top surface Line Pattern with Line directions of 45° or 90°, degrees.

the smaller line width creates smoother surfaces with less pronounced ridges, similar to ironing, the line directions will be consistent on all the top surfaces, to get more decent looking top surfaces.

Sauser og fond

Cannillo's salater

Pastasalat.jpg

Pastasalat - Pasta di insalata

  • 250 g pasta (penne, sløjfer...)
  • 500 g hvide bønner (udblødt og kogt) mindre hvis det måles som tørrede
  • 50 g kapers
  • agurk
  • syltet agurk
  • 300 g drænede syltet italiensk grøntsagsblanding (evt lidt mindre hvis der er agurk og syltet agurk i)
  • 100 g grønne bønner
  • 4 store stængler blegselleri med toppen
  • 700 g mayonnaise
  • 4 tsk salt
  • 4 tsk groft peber
  • 2 spsk hvid balsamico
  • 1 tsk oregano (1 spsk er for meget)
  • hvad med ??? g cremefraiche, ricotta???

Serveres portionsanrettet pyntet med soltørrede tomater

Artiskoksalat.jpg

Artiskoksalat

  • 275 g drænet artiskok i olie (kvarte)
  • 140 g sorte oliven i skiver
  • 1 agurk uden ender agurk
  • syltet agurk
  • 5 stilke blegselleri med top skåret i skiver
  • kapers
  • hvide bønner (udblødt og kogt)
  • olie eddike dressing???
  • (hvid balsamico) (1 dl marinade)
  • (soltørrede tomater)
  • (løg, forårsløg)
  • (rød peberfrugt)
  • (hvidløg, oregano, salt, peber)
  • (kartofler)

Druknede fennikel - Finocchi affogati

Online backup with CrashPlan


Chromecast and EZCast

Image tagging

General information

XMP

Xmp tagline 200px.png

XMP 1.0 2005

EXIF

Picasa

Uses XMP tag system created by Adobe with the addition of Microsoft XMP namespace Microsoft Photo Region Schema and is used by Windows Live Photo Gallery.

Google+ Platfoem

DR TV oversigter

Tablet UX

Squeezebox

Squeezebox End Of Life
Squeezebox
MySQL Collation
  1. http://dev.mysql.com/doc/refman/5.0/en/charset-connection.html
SHOW VARIABLES LIKE 'character_set%';
SHOW VARIABLES LIKE 'collation%';
SET collation_connection = @@collation_database;

TypeScript

WD Green Drive Problems

WD20EARS or WD20EADS? What about seagate's 2tb drive?]

error recovery control (ERC) time-limited error recovery (TLER) command completion time limit (CCTL)

Using consumer disks in a Dell T110

Server 2012 Storage Server and Hyper-V

Storage Spaces


Hyper-V and ReFs

format /fs:refs /q /i:disable <volume>

Hyper-V


RAID


How to Reboot to Safe Mode F8

MSBuild files

Android Exchange sync battery

Søg efter "Changing mailbox from push to ping i denne" fil:

Google: kb2743248 android exchange battery

How to change DNS server in Android

JPT3815W


ListBox

Grid.IsSharedScopeSize is incompatible with * columns in WPF Grid

How to center the content of cells in a data grid? <source lang="xml"> <Style TargetType="{x:Type DataGridCell}">

  <Setter Property="Template">
     <Setter.Value>
        <ControlTemplate TargetType="{x:Type DataGridCell}">
           <Grid Background="{TemplateBinding Background}">
              <ContentPresenter VerticalAlignment="Center" />
           </Grid>
        </ControlTemplate>
     </Setter.Value>
  </Setter>

</Style> </source>

Open pages

Τυρόπιτα






Beef Jerky

Blomberg induktionskomfur

Online converter for video sound and documents

Microsoft Safety Scanner

The logfiles is saved in "C:\Windows\debug\msert.log"

TechSmith Screen Capture Codec

It installs and registres C:\Windows\system32\tsccvid.dll.
It can be removed from the command line (running as administrator) with the command:
Uninstall: tscc.exe /REMOVE
You can verify if it is installed with NirSoft's InstalledCodec.

Beocom 6000 secret codes

  • 9#9#9*655 OK => After replacing battery, will charge new battery full
  • 9#9#9*DOT7 (MKI)=> Enter Test Mode Menu
  • 9#9#9*INT (MKII) => Enter Test Mode Menu

HDMI-CEC

Xbox Live

Symbol server

\\<server>\<share>\Symbols\bin\symstore add /s \\<server>\<share>\Symbols\<company name> /t <product name> /o /r /compress /f <path to build output>
add - Add files to server or create an index file.
/t Product - Name of the product.
/o - Give verbose output.
/r - Add files or directories recursively.
/compress - When storing files, store compressed files on the server.
/f File - Network path of files or directories to add.
\\<server>\<share>\Symbols\bin
\\<server>\<share>\Symbols\<company name>
\\<server>\<share>\Symbols\ThirdParty

Udfasning af glødepærer

Europa-Kommisionen Energisparepærer



Lampe Line

Løsningen
Varenavn: 66733 33 Watt ECO - G9 type fatning
EAN-nr. 4008321208668
El-nr. 5650667335


Shoplight

HTC Surround

EU information

Dæk


Quadcopter

Jacobs firma

Fyldingsdøre

Dell GX620 til Gamer PC



Display

Opening files by doubleclicking - Drag Drop

CommandLine
Interprocess Communications
Named pipes
C++
C#
File Mapping
Drag Drop using SendMessage
WM_DROPFILES
WM_COPYDATA
Interprocess Communication Between .NET and MFC Using WM_COPYDATA
Windows Messages


Drag and Drop
Set filetype association

Getting android source

Google's howto:

  1. Initializing a Build Environment
  2. Downloading the Source Tree

Python

Metro style

The goal of MahApps.Metro is to allow devs to quickly and easily cobble together a "Metro" UI for their WPF4+ apps, with minimal effort

OnPropertyChanged

Azure

For at aktivere dine fordele, skal du logge på din MSDN konto og vælge "Activate Windows Azure".

Google App Engine

Helium Voice


Usorteret




Phone 7

DMI


Lumos

Code samples

Reverse Engineer

AgFx Windows Phone App and Data Caching Framework

UDP Sockets

Portrait and landscape orientation on Windows Phone

AForge.NET

Shape detection



MVVM Light Toolkit

Expression Blend

HOW TO DO COMMAND BINDING FOR APPLICATION BAR WITH APPBARUTILS IN XAML?

Dropbox

iPhone


  1. http://stackoverflow.com/questions/850717/what-are-some-popular-ocr-algorithms
  2. http://www.discover.uottawa.ca/~qchen/my_papers/master_thesis.pdf
  • Face / image recognition
  1. http://www.face-rec.org/algorithms/
  2. http://www.techcrunch.com/2008/04/27/google-experiments-with-next-generation-image-search/
  3. http://www.google.com/search?hl=en&q=pagerank+for+product+image+search&sourceid=navclient-ff&rlz=1B3GGGL_enDK266DK266&ie=UTF-8
  • Games
  • Korteste/hurtigste cykel vej

Ikon design

Sætningsskema / feltskema

MP970

Error 5100 on Canon printers

Clean the timing strip

Vista Print Spooler Stopping

Delete all files in C:\Windows\System32\spool\PRINTERS

DataGrid Styling


MacBook

Read Mac harddrive from Windows

Embedded WiFi

Blandede links

<source lang="java"> ArrayList<String> entries = new ArrayList<String>(Arrays.asList("List Item A", "List Item B")); ArrayAdapter<String> arrAdapt = new ArrayAdapter<String>(this, R.layout.list_item, entries); arrAdapt.setNotifyOnChange(true); arrAdapt.add("List Item C"); </source>

SQL Server troubleshooting

DNS

Windows Workflow Foundation

Træsko

Dem fra Fog

Debugging and profiling

Opspænding af cykelhjul

Shimano tekniske vejledninger

Reservedele

Cryptology

Adobe Photoshop

Unable to continue because of hardware or system error.
Solution: Delete the Photoshop settings file.
Start the application while holding down Ctrl+Alt+Shift. Click Yes to the message "Delete the Adobe Photoshop Settings file?" when it appears.

Unity

Exchange 2010 SP2 + OWA

Install Windows from USB Stick

ESXi

Backup

VirtualBox

Hyper-V 3.0 on Windows Server Core 2012

Hyper-V

Storage configuration options for a server running Hyper-V.


Migrating physical machines to Hyper-V
Assigning disk space to Virtual Machines
Assigning memory to Virtual Machines

Note: Dynamic Memory virker ikke med Small Business Server 2011

Using TurnKey Linux on Hyper-V
  • To show what version of linux it is:

cat /etc/issue

  • To enable boot logging
Edit /etc/default/bootlogd so it shows
  1. Run bootlogd at startup ?
BOOTLOGD_ENABLE=No

/var/log/boot will be created, and it will contain a log of all your boot messages, ther will be some escape sequences but it is colour coding

apt-get install aptitude

Using Ubuntu on Hyper-V

OpenFiler


Disks


Mail server

Blocking specific IP's from attacking your server

Dell PowerEdge T110

Windows Server

Raid

General overview

On a PERC H200 card, caching is forced to be disabled for all physical disks configured into a virtual disk, regardless of the drive type and default drive settings.

For Microsoft Windows 2008, as long as you formatted the disk using the Windows 2008 operating sytem, the disk requires no further alignment actions.

How to view progress of Windows software RAID resynching on Server 2008 R2?
  1. Select one of the raid drives in the Disk Mangement
  2. In the right pane under Actions, select More Actions -> Refresh

If you press F5 (refresh) the progress indication will disappear again. To get it back you need to close and reopen Computer Management. Server 2008 R2 resynching disks.png


Dell PowerEdge Servers – Support for very large drives (>2 TB)

Dell PERC 6

Disks

  • WD Caviar Green WD20EARS 2 TB
  • Samsung Spinpoint F4EG HD204UI 2 TB
  • Seagate Barracuda LP ST32000542AS 2 TB

Cables

The Best Disk write performance testing

Dell UPS 500W

APC UPS

Install SSL Certificate for SBS 2003 Exchange Server

iPhone - Exchange

How to identify Exchange 2003 SP Version

Go to your server in Exchange System Manager, right-click your server, choose Properties, and on the General tab make a note of the version number.

Each version of Exchange Server includes a build number so that you can easily identify which version of the product you are running:

6944.4 = Exchange 2003 RTM (including SBS2003)
7226.6 = Exchange 2003 SP1
7638.2 = Exchange 2003 SP2

DCP Latency

Eksempler på WPP og ETW findes her: C:\Program Files\Microsoft SDKs\Windows\v7.1\Samples\winbase\Eventing


ISR and DPC latency monitor (with ETW)

ISR and DPC latency monitor (with ETW)
So, I put together an ISR and DPC latency monitor using ETW. It shows DPC and ISR latencies including routine addressses, drivers, interrupt vectors and CPU number.

All this is done on a best effort basis. After running for a few seconds, the ETW consumer stops receiving events for completely unknown reasons. ProcessTrace is called but events are no longer delivered to the consumer callback. I'm starting to believe ETW is not suitable for a live monitor. If I want to use the real-time logging mode events are not delivered until the trace is stopped.

While the KernelTime and ProcessorTime fields in the EVENT_TRACE_HEADER structure should report the elapsed time in clock ticks of these executions, I have found these instead to be always zero. So I had to do some work and build a table of all starting timestamps of all context switches and calculate the latency by subtracting intervals. This was not exactly straightforward because events are not guaranteed to arrive in order of execution.

So while I still need to straighten out a few things I would like to ask you to run LatencyMon and check if the values reported make sense to you, if you find any bugs or have any suggestions. I will soon add some graphics and add a bit of documentation as well so all this is still subject to evolution.

You can download the first version of LatMon (including source of the ETW stuff) from here: http://www.resplendence.com/latmon

(requires Windows Vista or later)

//Daniel

Mortens aften

Løvsugere

BMI Jyllingevej ECHO

MonoGame

XNA

Indkøb


  • Power kabler


Mediaportal remote - iPiMP - a Smartphone web interface to MediaPortal

MailIT

  • F:\MailIT\Dokumentflet
  • F:\MailIT\MailITPDFfiler
  • Opsætning foretages i Navsion via SALG OG MARKETING --> EXPANDIT MAILIT --> RAPPORTER --> RAPPORTOPSÆTNING på fanerne PDF-fil og Fletning.

Howto Patch .NET managed EXE to run as x86 on x64 bit computer

There is a 32BIT flag in the CorFlags section of the header of a portable executable image that tells Windows if the EXE should be allowed to run as 64 bit application x64 bit Windows.
If this flag is set, the application will run as x86 on both x86 and x64 bit machines.

To set the flag and force application to run as x86 use:
CorFlags.exe assembly.exe /32BIT+

CorFlags.exe is located in "C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin" or one of the other folders win SDK bin's.

Kogebøger

Rendering, zooming and printing with WPF

XAML Guidelines

Localization in WPF

Resources in WPF

Zooming med WPF

Design time data in WPF

Routed Events in WPF

Data Binding in WPF

Brushes in WPF

Silverlight

<silverlight width="700" height="400">HelloWorldSilverlight.xap</silverlight> <silverlight width="150" height="600">MediaWikiMenu.xap</silverlight>

Stegetider og opskrifter

– mørt og ikke tørt, STOP i tide]

Open Source OCR

Tesseract is a free software optical character recognition engine that was originally developed as proprietary software at Hewlett-Packard between 1985 and 1995. After ten years without any development taking place, Hewlett Packard and UNLV released it as open source in 2005. Tesseract is currently developed by Google and released under the Apache License, Version 2.0

An OCR Engine that was developed at HP Labs between 1985 and 1995... and now at Google]

Kopibeskyttelse af .NET programmer

Produckt keys

Hi!

I've finished developing a windows application, but now I am faced with a dilemma on producing two versions of the software: evaluation copy and full version. Specifically, the software won’t utilize the internet for the verification of the product key. Can anyone help me to get started with creating license keys?

Thanks.

jonorossi:
Here is a pile of licensing solutions that you might want to browse through, even the good ones that I have heard heaps of people talk about aren't that expensive for the amount of hours you would spend doing it yourself



Desaware Licensing System
http://www.desaware.com/products/licensingsystem/index.aspx
Price: Expensive at $1495

Licensing .Net Pro
http://www.licensingdotnet.com/
Price: Bargan from $29.95 (limited time)

OpenLicense
http://openlicense.tigris.org/
http://www.spextreme.com/openlicense/openlicense.aspx
Price: Free

Infralution Licensing System
http://www.infralution.com/licensing.html
Price: $80

LM-X
http://www.x-formation.com/LM-X/
Price: Cannot find one, I cannot find a page to buy this one which isn't a good thing for them

XHEO Licensing
http://www.xheo.com/products/enterprise/licensing/
Price: $289

Shareware Starter Kit
http://blogs.msdn.com/danielfe/archive/2005/07/10/437293.aspx
Price: Free
This solution requires the internet for licensing

DreamKey
http://www.fingoo.net/lib/asp/packages.asp
Price: 2.9% or 3.9% of sales



Here is one artlcle about getting info from the user's computer that you could use to identify that the license will only work on their machine:
Retrieving Hardware Identifiers in C# with WMI
http://www.eggheadcafe.com/articles/20030511.asp

This article looks alright, but from just skimming through it, it looks like it is using very simple encryption:
License Key Generation
http://www.codeproject.com/dotnet/LicenseKeyGeneration.asp

This one looks good, it uses a XML formatted license but it uses RSA to store the license key:
Using XML Digital Signatures for Application Licensing
http://www.codeproject.com/dotnet/xmldsiglic.asp

Here is another article that uses RSA and XML that is easy to understand.

Really Simple Licensing Scheme for .NET
http://jclement.ca/devel/dotnet/reallysimplelicensing.html



Those are a few commerial solutions and a few sample licensing apps. It might be easier and cost less (because time is money) to purchase a commerial solution because then you have support and upgrades.

Let me know if you need anything else, Jono

Detecting if the application is being debugged

CHM to PDF=

Recover PDF passwords

Den skaldede kok's kartoffelsalat

  • 1 kg kartofler
  • 3/4 dl æbleeddike
  • 1/4 tsk friskkværnet sort peber
  • 1/2 dl hakket persille
  • 2 store knuste fed hvidløg
  • 3/4 dl dijonsennep
  • 1/2 tsk salt
  • 3/4 dl olivenolie
  • 3/4 dl mayonnaise

Kog kartoflerne i letsaltet vand med lidt citronsaft - syren fra citronen holder bid i de nye kartofler.
Skær kartoflerne i skiver når de er kogt.
Bland dressingen mens kartoflerne koger.
Når kartoflerne er afkølede, kommes dressingen over.
Kom lidt i ad gangen, så der ikke kommer for meget dressing, og det hele svømmer.

Madleksikon

Ansjoser

Politikens opskrifter Tjek.dk

AGM Batterier

Open source S.M.A.R.T Disk tool

CrystalDiskInfo is a HDD/SSD utility software which supports S.M.A.R.T and a part of USB-HDD.

CrystalDiskMark is a disk benchmark software.

smartmontools Search: ] The smartmontools package contains two utility programs (smartctl and smartd) to control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (SMART) built into most modern ATA and SCSI harddisks. In many cases, these utilities will provide advanced warning of disk degradation and failure.

GSmartControl is a graphical user interface for smartctl (from smartmontools package), which is a tool for querying and controlling SMART (Self-Monitoring, Analysis, and Reporting Technology) data on modern hard disk drives. It allows you to inspect the drive's SMART data to determine its health, as well as run various tests on it.

Application settings in .NET


What hardware is in my PC

  1. Select Properties
  2. Select the Details tab
  3. Select Hardware Ids
  4. Use the links below to locate Your hardware


Scanning


Artikler smidt ud under oprydning

DPC Latency

1) Download and install

2) Start All Programs - Microsoft Windows SDK v7.0 - Tools - Install Windows Performance Tool Kit (x64)

3)

Administrator - Command prompt
C:\Program Files\Microsoft Windows Performance Toolkit>xperf -on Latency
C:\Program Files\Microsoft Windows Performance Toolkit>xperf -stop
C:\Program Files\Microsoft Windows Performance Toolkit>xperfview.exe \kernel.etl

NVIDIA PowerMizer !!

Device Driver Kit tracelog


Dell

3D Plotter

Stenslibning

Program Compatibility Assistant (PCA)

Equations in Word 2007

Geocaching

Database EER Diagrams

MySQL Workbench

Surdej

Perspektiv i billeder

C#

Skumringsrelæer


Cykel holdere til iPAQ og iPhone

Anmeldelser af iPhone holdere

Garmin Edge 305

BlueTooth Physiological Sensors

Cykelsko

SPD

Konverter video og musik T-1300 Kjærulf

Performance analysis tools

Arduino Duemilanove

Driveres for S12

Replace Lenivi Ideapad S12 LCD screen

After breking the sceen on my s12 i had to remove the lcd and this is how i did it.

  1. remove the small plastic covers in the upper corners
  2. remove the screws underneath
  3. now you may carefully remove the front cover around the lcd screen. There are no screws holding it in the bottom, but a lot of 2side tape. I used a sharp knife to cut the tape from the cover . In the bottom the cover is clicked on so just carefully get the cover free ( use the force but not to much force ) .
  4. After getter the front cover off, unscrew the 4 screws that are holding the lcd screen to the metal frame . The 2 bottom screws are a little tricky cause theres not much room to work in.
  5. Lift the screen forward a little and disconnect the small connecter in the top of the back of the screen.
  6. Remove the tape covering the big connector on the back of ther screen and then disconnect the cable.
  7. your lcd is free and a new one may be fitted in the reverse order.

The steps you quoted are not entirely correct. There are two screws in the upper corners under the rubber bumpers and there is 2 sided tape on the inside of the bezel surrounding the LCD. There is also two screws on the bottom of the bezel but they are not under the rubber bumpers. They are hidden under the hinge covers. You need to pop them off and then remove the screws. The bezel will easily come off then. R

WCS-0010 IP Camera

Windows Vista Backup, Windows 7 Backup and .VHD files

Julegløgg

  • 2 dl Vodka eller klar Brøndum
  • 1 flaske rødvin (70 cl)
  • 2 dl vand
  • 80 g sukker
  • 100 g rosiner
  • 100 g mandler
  • 2 kardemommekapsler
  • 2 kryddernelliker
  • 1 spsk. friskrevet eller tørret ingefær
  • Skallen af en halv usprøjtet appelsin, tyndt skrællet eller 1 g pomeransskal
  • 1 hel kanelstang
  • Lad krydderierne trække i rødvinen i ca. 8 timer, hvorefter de sies fra. Tilsæt resten af ingredienserne, og varm forsigtigt op under omrøring. Gløggen må ikke koge.
  • (6-8 personer)

x64 Windows Registry keys and KEY_WOW64_64KEY

Jobs

  • Oticon
  • GnResound
  • Videx
  • BK Medical
  • Niels Jørgensen 3 Shape


Start egen virksomhed

How to access Microsoft Exchange Server with Outlook from the internet

How to configure McAfee for Microsoft Exchange Server on Small Business Server

Unicycle - Ethjulet cykel

Indkøbsliste

eSATAp

Marsvinebure

Ivomec

TV Overscan

LG kalder det for Kun Scanning Sony kalder det Full Pixel

Ny TV Mediacenter

Driver til Harald Nyborg Tuner findes på Windows Update hvis man kører Vista
Driver til NOVA-T-USB2 (93xxx) http://www.hauppauge.se/site/support/support_wintv7.html
Mediaportal roadmap: http://mantis.team-mediaportal.com/roadmap_page.php?project_id=1

FFDshow Tryouts? Tryouts is an updated fork of the original, and is actively developed unlike the original.

DR.dk EPG ripper

MediaPortal setup and configuration


--- Blandede ting

h.264 playback

---

--- Mediecenter 1,1 RC1

Søgte på: microsoft dtv-dvd video decoder" mediaportal, og fandt:

h.264 edit

Setup of MediaPortal on Asrock 330HT-BD ION

  • Enter BIOS and select default Performance Setup AHCI Mode - save and exit
  • Install Windows x64
  • Insert ASRock NetTop ION 330 Series support CD for Windows7 64 MCE
  • Start ASRSetup
  • Select Install all drivers (it takes several reboots where you must reenter password) (this way You will get the Coprocessor driver installed - that might be impossible otherwise)
  • Install Avast antivirus
  • Install Google Chrome
  • Connect USB Tuners and let windows install drivers
  • Right click Atheros AR9265 Wireless Network Adaptor in Device Manager and select Update Driver Software - it will find a new driver
  • Install all important updates from Windows Update
  • Install MediaPortal - defult, default,... one click...
  • Run TV Setup - Subtitle Settings - Preferred Language Danish
  • Run TV Setup - Subtitle Settings - Enable DVB Subtitles
  1. TV Servers - Scan for TV channels
  2. TV Channels - Delete Scrambled/encrypted channels
  3. TV Channels - Unselect channels you won't see in the TV Guide
  4. DVB EPG - TV Epg grabber - Press All (otherwise next step won't work)
  5. Recording - General - set Pre-and Post recording to 4 and 6 min
  6. Manual Control - Refresh DVB EPG
  7. Additional 3rd party checks - Microsoft Mediacenter Services - Enable policy to prevent services startup
  • OK
  • Run MediaPortal Client Setup
  1. Select Microsoft DTV-DVD Video Decode where possible to get Hardware Acceleration
  2. Remote - Use Microsoft Microsoft MCE remote or keyboard
  3. Change all codecs possible to Microsoft DTV-DVD Video Decoder (or leave as default? - what's best?)
  4. Additional 3rd party checks - Autostart MPTray to launch MediaPortal with the MediaCenter Button
  5. TV - TV Client
  • Add microsoft infrared tranceiver to increase range
  • Disable Nuvoton W836x7HG CIR Device Driver to make sure only one CIR device is present
  • Install newest NVIDIA ION drivers (196.34)
  • Set resolution to ... ... (a little less than 720 to fit visible area) 50Hz (If left at default 60Hz you can't plat 25Hz HD without a lot of lost frames)
  • Instal InstantBoot(1.23.2) choose Fast mode
  • Install OC Tuner and OC DNA

Ting jeg ikke har helt styr på

  • Power Scheduler
  • Start TV Server Configuration
  • Plugins - Enable Power Scheduler
  • Plugins - Power Scheduler - Generel
  1. Shutdown server after being idle 5 minutes
  2. Wakeup server for varius wakeup events
  3. Shutdown mode - Suspend
  • Plugins - Power Scheduler - Advanced
  1. Enable extensive logging
  • Plugins - Power Scheduler - EPG
  1. Prevent standby when grapping EPG
  2. Wakeup system for EPG grabbing on: 04:00
  • Plugins - Power Scheduler - Network Monitor
  1. Prevent standby based on network activity
  • Plugins - Browse and install Extensione
  • Know Extensions
  1. Install MPEIPlugin
  2. Install YouTube.Fm


Ret til default bios settings with AHCI det andet larmer frygteligt

Asrock 330HT-BD ION documents

ASRock

Søg på: php performance atom processor mysql

WD TV LIVE

Maximum T-1300

Man kan anvende USB stick eller USB disk med extern strømforsyning. Brug evt. en USB strømskinne til at tænde disken.

Maximum formatterer disken med FAT32.

Optagelser gemmes is chunks af 2GB så man er nød til at klistre dem sammen hvis man vil have en hel film.

Man må ikke pege for højt med fjernbetjeningen.

Face detection

C#

OpenCV


Misc

NTCore.com reversing

Sådan finder du de nyeste og bedste drivere til din PC

Disse sider kan automatisk detektere hvilken hardware du har og give dig download links til download af nyeste drivere.

The Intel® Driver Update Utility keeps your system up-to-date. It detects which driver updates are relevant to your computer, and then helps you install them quickly and easily.

Virtual machines

Citrix

Custom screen resulutions

AMD, NVIDIA,...

Image Library SDK

FreeImage is an Open Source library project for developers who would like to support popular graphics image formats like PNG, BMP, JPEG, TIFF and others as needed by today's multimedia applications. FreeImage is easy to use, fast, multithreading safe, compatible with all 32-bit versions of Windows, and cross-platform (works both with Linux and Mac OS X).

Windows 7

NSLU2

Webcam

Router

.NET Obfuscators

Outlook hænger

Skærme

Free icons

"C:\Program Files\Microsoft Visual Studio 9.0\Common7\VS2008ImageLibrary\1033\VS2008ImageLibrary.zip"

Donkraft

Golf IV benzinpumpe

De sider IT smed ud

Søg på VOIP RTP PACKET SIZE 180 260




Frisbee golf

Solstrøm

Outlook remote access

Passat sætter ud

Vevaxellägesgivare

Benzinpumpe

Sommerferie

Sata, Micro Sata and eSata

Wireless Antenn

SMTP

Kopibeskyttelsesdriver på pluto sfdrv01.sys

Hegn og hække

Home made digital thermometer

1-wire devices

Maxim's DS9097 is a serial adapter to connect a 1-wire or iButton device to a PC.
It can be bought from Maxim DS9097 or you can make it yourself Homemade 1-wire to Serial adapter or this another 1-wire to Serial adapter or this serialport adapter that supplies also 5V

Temperature sensors

12-bit
12-bit
Measures Temperatures from -55°C to +125°C
±0.5°C Accuracy from -10°C to +85°C
12-Bit Digital Word in 750ms (max)
Only 8-Pin µSOP
3.0 to 3.7V
12-bit
Measures Temperatures from -55°C to +125°C
±0.5°C Accuracy from -10°C to +85°C
12-Bit Digital Word in 750ms (max)
Also 3-Pin TO-92 Packages !!!
3.0V to 5.5V
12-bit
9-bit
9-bit

I²C 2-Wire/SMBus devices

Temperature sensors

13 bit
Measures Temperatures from -55°C to +125°C
±0.5°C Accuracy Over a 0°C to +70°C Range
Fast (13 bit 200ms max) Temperature-to-Digital Conversion Time
1.7V to 3.5V
12 bit
13 bit
Measures Temperatures from -55°C to +125°C
±0.5°C Accuracy Over a 0°C to +70°C Range
13 bit max 1000ms
2.7V to 5.5V
256 bytes of E2 memory
12 bit
12 bit
Measures Temperatures from -55°C to +125°C
±0.5°C Accuracy Over a 0°C to +70°C Range
12 bit 200ms
1.7V to 3.7V
Multidrop Capability
Stand-Alone Thermostat Capability (open-drain output)

I²C to 1-Wire bridge

Windows Fiewall "windows firewall has blocked some features of this program"

DD-WRT flere netwæek på samme router

Geocaching

Enable or disable Vista hibernation

http://www.syschat.com/enable-or-disable-vista-hibernation-2369.html

Outlook hangs

mdi132

Vista won't sleep or hibernate

Use PwrTest in WDK

Køleskab

Håndmikser

.NET Noter

<source lang="cpp">

           System.Diagnostics.Debugger.Launch();
           System.Reflection.Assembly.LoadFrom(@"<path to assembly to load>");


           System.Diagnostics.Debugger.Launch();
           AppDomain currentDomain = AppDomain.CurrentDomain;
           currentDomain.AssemblyResolve += new ResolveEventHandler(currentDomain_AssemblyResolve);
       System.Reflection.Assembly currentDomain_AssemblyResolve(object sender, ResolveEventArgs args)
       {
           System.Diagnostics.Debugger.Launch();
           return System.Reflection.Assembly.LoadFrom(@"<path to assembly to load>");
       }

</source>

Tændingstidspunkts justering på en Passat AGG motor

Hvis man afmonterer hall sensors kabel og genstarter motoren får man fejlkode:

VCDS version: NEZ 805.2

Adresse 01:  Motor
Styreenhed reservedelsnr.	: 037 906 025 G
Beskrivelse og/eller version	: SIMOS 4S           1941
Software kodning		: 00000
Forhandlernummer		: WSC 00000
1 fejlkode fundet:

00515 - Hallgiver (G40) 
        16-00 - Signal udenfor tolerance

Readiness: Ikke tilg.

VCDS Styreenhed Passat.jpg


VCDS Tændingsjustering Passat.jpg


VCDS Fejlkode unden hall kabel til tændspole forbundet.jpg

1 stk spritny strømfordeler, komplet med hall-giver, rotor og fordelerdæksel.. 
Passer til 2E, AGG, ADC og AAC motorer
OENr.: 037 905 205 C 
OENr.: 037 905 205 J
OENr.: 037 905 237 A
OENr.: 037 905 237 AX 

That will have an AGG code engine. The distributor hall sender is out of sync and so the distributor needs top be repositioned. Start the car and enter Engine 01, Measuring Blocks 007 and four blocks of data will appear. Rotate the distributor until the value in block 1 is between 57 and 60 or 1 and the value in block 2 is between 5 and 8.

Lav grundindstilling bagefter

Software jeg gerne vil eje

Digitale Billedrammer

Der findes en holder WMP081BD til rammen http://www.samsung.com/cn/consumer/accessory/type/accList.do?group=computersperipherals&type=photoframe&subtype=photoframeaccessories

DLNA Media Server's

Jeg har haft installeret FUPPES og TVersity.
Ingen af dem kunne snakke med Samsung rammen.
FUPPES er GPL TVersity findes i en almindelig og en PRO udgave PRO udgaven kan man bare installere (man afleverer sin email addresse), evaluere så længe man vil, og så betale senere.

Microsoft links about DLNA and Picture Frames

Search on Google for GetDeviceCapabilities dlna
These 2 documents has new links inside

Adskille Wii

Wii trommesæt

Niels Hausgaard

Nyt tag

Her har de et priseksempel på hjemmesden, og de laver tegltage

Berits PC Shellcon hidden window

Restaurenter

Grammatik

Skoleopgaver

http://www.langkaer.dk/or/DO6.htm

Novelle- og romananalyse. Formålet med novelle- og romananalyse er, at du skal finde frem til det livssyn, der findes i teksten.

I det følgende nævner jeg en række redskaber, som du kan anvende i analysen. En analyse skal ikke nødvendigvis indeholde alle nedenstående elementer; du skal vælge ud og vurdere, hvad der er væsentligt i tilknytning til netop denne tekst. Nogle af nedenstående elementer overlapper hinanden.

Punkt 1-9 er analysen, og pkt. 10-13 er fortolkningen. I praksis vil man ikke kunne opretholde dette skarpe skel mellem analyse og fortolkning.

1. Genrebestemmelse. Hvilken genre tilhører teksten? Novelle eller roman? F.eks. realisme eller science-fiction? Udviklingsroman eller punktroman? Dokumentarisme? Historisk roman? Eventyr? Myte? O.s.v.

2. Komposition. Hvordan er teksten bygget op? Hvilke dele består den af? Hvordan hænger disse dele sammen? Hvilket kompositionsprincip er der tale om? Åben slutning, eller lukket slutning? In medias res? Hvordan understøtter kompositionen tekstens dybere betydning?

3. Handlingsstruktur (episk forløb). Hvordan er handlingsforløbet skruet sammen? Er det liniært, kronologisk? Eller kobles der frem og tilbage imellem forskellige handlingsforløb (episke forløb)? Forekommer der spring i handlingen? Er der flere forskellige handlingsstrenge? Hvordan er de flettet sammen?

4. Fortælleren. Fortælleren er den stemme, der udsiger teksten. Vi kan skelne mellem to hovedtyper af fortællere: Eksplicit fortæller (direkte tilstede i teksten; en jeg-fortæller er en eksplicit fortæller), og implicit fortæller (indirekte til stede i teksten; en neutral fortæller, der fungerer som kamera, er en implicit fortæller). Andre betegnelser for, og typer af fortællere, er: Alvidende fortæller, jeg-fortæller, neutral fortæller, tredje-persons-fortæller, personbunden fortæller.

5. Synsvinkel. Synsvinklen er det sted (eller den person), hvorfra der fortælles. En forfatter kan anvende indresyn (synsvinklen ligger hos én af personerne) eller ydresyn. Der kan også forekomme synsvinkelskift fra indresyn til ydresyn, eller mellem to forskelllige personer.

6. Tid. Fortælletid er det tidspunkt, hvorfra der fortælles. Hvis der fortælles i nutid og kronologisk kalder vi det for "medsyn". Bagudsyn (flashback) kan blandes med medsyn. Selv om der fortælles i datid, kan vi godt have kronologisk medsyn. Fortalt tid (den omhandlede tid) er den tid, der fortælles om - f.eks. en periode i fortiden, der har betydning for nutiden.

7. Fortælleteknik. Hvilke fortællemåder bruges? Beretning, beskrivelse (natur- eller rum-beskrivelse), replikker (dialog), indre monolog, indirekte tale, dækket direkte tale, scenisk eller panoramisk fremstilling, tankestrøm (stream of consciousness).

8. Personkarakteristik. Hvem er hovedperson, og hvem er bipersoner? Ydre karakteristika, hvad gør personen (forhold til andre) og indre karakteristika (forhold til sig selv, mørk/lys person, o.s.v.). Beskrives personerne som typer, eller som individualiteter med dybtgående, nuanceret psykologisk analyse. Læg også vægt på analyse af personrelationer (personernes samspil).

9. Miljøkarakteristik. Hvilket, eller hvilke miljøer foregår teksten i - socialt, kulturelt, aldersmæssigt o.s.v.? Er miljøet væsentligt for temaet (i socialrealismen og den psykologiske realisme spiller miljøet en vigtig rolle: f.eks. i tekster, der handler om frigørelse)? I modernismen findes såkaldte "abstrakte" miljøer (løst skitserede).


_________________________________________________________________

10. Tema. Et tema er en abstrakt formulering af det, som teksten handler om. For at finde temaet i en tekst kan du spørge: "Hvad handler denne tekst egentlig om?" Jo bedre du er til abstrakt tænkning, og jo mere præcist og originalt, du kan formulere temaer, jo bedre vil din temaanalyse være. Ofte er der flere temaer i en tekst: Hovedtema og sidetemaer, der indgår i et samspil med hinanden. Hyppigt forekommende temaer i litteratur er: Identitet, frigørelse, kærlighed, undertrykkelse, ensomhed, opgør med autoriteter, lidenskab, angst, fremmedgørelse, individ/omverden, liv/død, natur/kultur (herunder land/by), o.s.v.

11. Fortolkning. Fortolkning er en sammenfatning af din analyse. For at finde frem til en fortolkning af en tekst kan du spørge: "Hvad er egentlig forfatterens mening med denne tekst?" , eller du kan spørge: "Hvad siger denne tekst egentlig om verden?" Sommetider taler vi også om forfatterholdning, eller forfatterhensigt, eller budskab (men det kan forveksles med morale, og det er ikke meningen!).

12. Livssyn. Ofte kan du relatere en bestemt tekst til et bestemt livssyn, eller en livsanskuelse. Vi kan definere livssyn/livsanskuelse som tekstens eller forfatterens måde at se livet og verden på. Ofte kan vi også sætte teksten i forhold til en bestemt filosofi: F.eks. en postmodernistisk filosofi, en romantisk filosofi, en eksistentialistisk filosofi, o.s.v.

13. Historisk perspektivering. Du skal sætte teksten ind i en historisk sammenhæng: Hvilken periode indgår teksten i? Hvordan kan man se det (hvordan kommer det til udtryk i tematik, livsanskuelse, fortælleteknik)? Hvordan er forfatterens placering i perioden og i forhold til andre forfattere? Hvilken litterær "isme" hører hans/hendes tekst hjemme i? Naturalisme, romantik, modernisme, postmodernisme? Periodens kultur, samfund, filosofi inddrages.

14. Stil og sprog. Hver forfatter har sin særlige måde at skrive på: Tekstens stil. Vi kan dog skelne mellem to stilmæssige hovedtyper: Realisme, og "ikke-realisme". Disse kan igen underinddeles og relateres til perioder: f.eks. impressionisme, socialrealisme, nyrealisme, magisk realisme. Og: symbolisme, ekspressionisme, modernisme, fantastisk litteratur. Til tekstens stil hører også: Ironi, humor, satire, slang, patos. Og generelt: Ordvalg, sætningsstrukturer, rytme, tone. Endvidere skal du være opmærksom på: Billedsprog, metaforer, sammenligninger. Og hvis der optræder symboler eller symbollignende elementer i teksten, skal deres betydning og funktion opklares og dokumenteres.

15. Diskussion af teksten. Giv en begrundet vurdering af teksten: God eller dårlig fortælleteknik, godt eller dårligt sprog, er personkarakteristikken "flad"? Teksten modsiger sig selv. Teksten har uklare eller skjulte præmisser for sit udsagn (kitsch, f.eks.); sammenhængen mellem "budskab" og begrundelse er dårlig. Du er uenig i livssynet, men finder det alligevel interessant og godt behandlet.


_________________________________________________________________

16. Fremlæggelse af analyse og fortolkning. Det vil være uoverkommeligt at fremlægge alle ovenstående punkter i en analyse og fortolkning. Og i øvrigt helt uinspirerende at høre på eller læse i en skriftlig fremstilling. Analyseredskaberne skal anvendes med omtanke og sans for, hvad der er væsentligt og interessant. Tekstanalyse og fortolkning kan gøres til en kreativ og spændende genre med sans for liv og sprog. Her er en standarddisposition for en mundtlig eller skriftlig fremlæggelse, hvor du trinvist bevæger dig fra det konkrete til det abstrakte:

  1. Anfør forfatter, titel og udgivelsesår.
  2. Gør rede for tekstens komposition og fortællerforholdene.
  3. Giv person- og miljøkarakteristik. Husk at dokumentere gennem teksthenvisninger.
  4. Formulér nu din opfattelse af hovedtema og sidetemaer.
  5. Konkludér vedr. fortolkning og livssyn.
  6. Inddrag skrivestilen til yderligere dokumentation for fortolkning.
  7. Perspektivering til periode, forfatterskabet, andre forfattere.

Du kan også starte i det abstrakte og bevæge dig "ned" i det konkrete og tilbage til det abstrakte og overordnede:

  1. Anfør forfatter, titel og udgivelsesår.
  2. Gør rede for din fortolkning, og opfattelse af livssynet i teksten.
  3. Dokumentér fortolkning, livssyn og tema gennem centrale tekstiagttagelser.
  4. Underbyg ved inddragelse af skrivestil.
  5. Perspektivering til periode, forfatterskab, andre forfattere.

SMART

Talking to harddsiks via SMART



Acronis black screen

When booting from Acronis boot media on a Dell Inspiron 1501 you get a black screen.

...So i choosed full mode it starts to load but then all i get is a black screen and nothing happens anymore.. <-QUOTE}Have you tried this:

Please boot your computer from the Acronis True Image rescue disc and press F11 key when the selection screen advising you to select either "Full", "Safe" or "Boot into Windows" option appears. After you get the "Linux kernel command line" prompt, please modify it in the following way:

quiet acpi=off noapic

click on the OK button then and choose "Full Version". That should allow you to use Acronis True Image in some special cases. Please submit a request for technical support describing the issue if you want to automate the process of adding these special parameters.

  • quiet - This parameter is enabled by default and the startup messages are not displayed. Deleting it will result in the startup messages being displayed as the Linux kernel is loaded and the command shell being offered prior to running the very Acronis program.
  • noapic - Disables APIC (Advanced Programmable Interrupt Controller) which may help with a particular hardware configuration.

Acronis Bootable Media Boots into Garbled or Low Resolution GUI

Symptoms

  1. You boot from Acronis Bootable Media;
  2. When booted, the Graphical User Interface (GUI) is garbled or of low resolution.

Cause

Acronis Bootable Media failed to correctly detect the video card.

Solution

  1. When booted from media created with Acronis Media Builder, on the selection screen hit F11 and in the command-line window enter the following: vga=ask
  2. Start Acronis
  3. When asked press <Enter> (be quick, or Acronis will boot normally)
  4. This will give a list of all available graphic modes.
  5. Type in the one that suits best and hit Enter.

Backup af Exchange Server


<categorytree hideroot=on mode=pages style="float:right; clear:right; margin-left:1ex; border:1px solid gray; padding:0.7ex; background-color:white;">Mediacenter</categorytree>

<categorytree onlyroot=on mode=pages style="float:right; clear:right; margin-left:1ex; border:1px solid gray; padding:0.7ex; background-color:white;">Opskrifter</categorytree>

<categorytree mode=pages style="float:right; clear:right; margin-left:1ex; border:1px solid gray; padding:0.7ex; background-color:white;">Opskrifter</categorytree>

<categorytree onlyroot=on mode=pages style="float:right; clear:right; margin-left:1ex; border:1px solid gray; padding:0.7ex; background-color:white;">English pages</categorytree>

Find det rigtige produkt - til den rigtige pris her

Hvad er forskellen på LN 88480 og L 84950

Vægtsensor: Registrerer hvor meget der fyldes i maskinen - før program startes.

Hvem har dem

Forhandlere af hvidevarer

1,8 * 1,5 * 6 * 52 = 842,4

AEG vaskemaskine 84950 7.980,00 -10% = 7.182,- + 150,- = 7332
AEG tørretumbler 59840 Energi A 7.959,00 -10% 7.163,- + 150,- 7.313,-



Producenter af hvidevarer

Service manualer og instruktionsbøger


8 Kg Tage

Siemens WM 16S761DN 54db 74db 2min 60 grader 56 liter
7.495,00 Bosch WAS 32760NN vægt
8.150,00 - AEG-ELECTROLUX L 84950 - tromle 63 liter 46dba hygiejneprogram 64-67 grader 1 skyl ekstra 60 grader 3 gange ingen vægt

Kulfri Støj 60 hvor længe Tromlestørrelse Ekstra skyl Tørretumbler


AEG Lavamat 76850
AEG Lavatherm 59840

<google>DANSK</google>

https://tmupdate.blob.core.windows.net/tps/Beta/TrackMan%20Performance%20Studio%20FwFix%20Installer%208.0.169.exe

Get-NetFirewallRule | Where {$_.DisplayName -eq "Network Discovery (UPnP-In)"} | Enable-NetFirewallRule

netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes

id=siteTree