PROfile
All time reputation: 65
Achievement
pckujawa's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
« Prev [Page 1 of 2] Next »
Python python windows batch shovel
Getting shovel to work in windows so python methods can be run like individual executables
posted on July 22, 2012 by pckujawa
C# mac networking ipAddress
Get the MAC (Physical) address from a device at the specified IP address
posted on June 1, 2011 by pckujawa
C# testing trace saved by 2 people
Add the Console as a TraceListener (to have Trace messages treated as Console output)
posted on August 4, 2010 by pckujawa
C# csharp zip dotnet crc32 crc saved by 1 person
Calculate a CRC32 like the one used in zip files
posted on July 14, 2010 by pckujawa
C# String ascii unicode encoding
Check if a string can be represented as ASCII
posted on June 17, 2010 by pckujawa
C# password security encrypt Encryption saved by 1 person
Encrypting passwords and other sensitive information in .NET
posted on June 7, 2010 by pckujawa
C# dragdrop reorder listview
ListView with re-ordering through drag and drop
posted on April 28, 2010 by pckujawa
C# email gmail apps saved by 1 person
Sending emails (particularly with gmail and google apps for domains)
posted on April 21, 2010 by pckujawa
C# struct Interop legacy endian bigEndian
Byte Swapping Structs For Conversion From Big To Little Endian (Byte Order)
posted on April 20, 2010 by pckujawa
C# gui Net
Add index numbers to each row header in a DataGridView
posted on April 7, 2010 by pckujawa
C# performance Reflection dotnet delegates saved by 1 person
Converting MethodInfo into a delegate instance to improve performance
posted on March 12, 2010 by pckujawa
C# c gui Net csharp persistence saved by 1 person
Persisting values in an application between executions and upgrades (.NET)
posted on March 4, 2010 by pckujawa
C# Net databases saved by 1 person
Basic insert and select commands for SQLite in .NET
posted on March 3, 2010 by pckujawa
C# hex control gui saved by 1 person
Hex edit control for .NET GUI
posted on February 15, 2010 by pckujawa
C# multithread async multitask saved by 1 person
.NET 4.0 and System.Threading.Tasks
posted on February 15, 2010 by pckujawa
C# ip ethernet networking udp saved by 2 people
Listening for and receiving UDP packets on a particular local IP and port
posted on February 12, 2010 by pckujawa
C# security obfuscate saved by 1 person
Obfuscating .NET code so as to hide implementation details from public view (using BabelObfuscator)
posted on February 11, 2010 by pckujawa
C# mac socket ip ethernet saved by 2 people
Get the network interface card (NIC) from a known MAC address (and get the IP addresses on that NIC)
posted on February 11, 2010 by pckujawa
C# socket tcp ethernet udp saved by 1 person
Bind a socket (including UdpClient and TcpClient) to a local network interface card (NIC)
posted on February 11, 2010 by pckujawa
C# WinForms enumerate
Enumerate all controls and sub-controls in a windows form
posted on February 2, 2010 by pckujawa
C# deployment saved by 1 person
Embed reference dlls (assemblies) in an executable (exe) or one dll in .NET
posted on January 27, 2010 by pckujawa
C# pipes IPC saved by 1 person
Communicate between different applications and processes (Inter-Process Communication)
posted on January 19, 2010 by pckujawa
C# time date epoch
Working with Unix epoch in .NET (changing between DateTime and time since epoch)
posted on January 12, 2010 by pckujawa
C# binary saved by 1 person
Tips for dealing with binary arrays (BitArray, BitVector32, etc) in .NET
posted on January 12, 2010 by pckujawa
C# xml saved by 1 person
Simple XML parsing using LINQ (create an anonymous or real object from XML data)
posted on December 16, 2009 by pckujawa
C# Net Asynchronous saved by 2 people
Automatically showing a wait cursor to indicate a long operation is occurring
posted on December 15, 2009 by pckujawa
C# logging nlog saved by 1 person
Logging in .NET with NLog (default config file, catch all exceptions and route to logger, ...)
posted on December 10, 2009 by pckujawa
C# xml XPath saved by 3 people
Parsing information from an XML source (elements, nodes, attributes) using XPath
posted on December 9, 2009 by pckujawa
C# file WinForms saving restoring persistence saved by 1 person
Persisting data using XML config files in WinForms (saving and restoring user and application data)
posted on December 8, 2009 by pckujawa
C# faq
Collection of .NET FAQs (catch all exceptions, UML, file associations, shutdown/restart, etc)
posted on December 4, 2009 by pckujawa
C# gui enum dataBinding saved by 2 people
Binding an enum to a control (such as a ComboBox or DataGridView) with a custom string for each enum value
posted on November 23, 2009 by pckujawa
C# saved by 1 person
Creating Bindable Objects (Having a DataGridView Show a List of Your Custom Objects)
posted on November 19, 2009 by pckujawa
C# saved by 1 person
Isolated Storage in .NET (Reading, Writing, and Deleting a File; Checking Available Space)
posted on November 19, 2009 by pckujawa
C# validation WinForms saved by 1 person
Visual Studio .NET Controls for Taking IP Address and MAC Address Info as Inputs
posted on November 3, 2009 by pckujawa
C# validation WinForms saved by 1 person
User input validation in Visual Studio .NET using MaskedTextBoxes and an ErrorProvider
posted on November 3, 2009 by pckujawa
Other keyboard vba word Shortcuts
Scroll up or down one line at a time in MS Word (using keyboard)
posted on August 25, 2009 by pckujawa
C# test testing Net Asynchronous saved by 3 people
Testing asynchronous methods in .NET (or, how to make an async method synchronous)
posted on August 11, 2009 by pckujawa
C# debug iteration compare equality saved by 1 person
Compare iterated types (IEnumerables and their kin) by values (to check for equality)
posted on August 4, 2009 by pckujawa
C# html web saved by 5 people
Get HTML from a URI
posted on July 23, 2009 by pckujawa
C# bcd binaryCodedDecimal saved by 2 people
Convert a binary coded decimal (BCD) string into bytes
posted on July 14, 2009 by pckujawa