{"id":19976749,"url":"https://github.com/tolik-punkoff/csharp-examples","last_synced_at":"2025-05-04T03:30:33.537Z","repository":{"id":150006495,"uuid":"122677652","full_name":"tolik-punkoff/csharp-examples","owner":"tolik-punkoff","description":"different small examples on C #","archived":false,"fork":false,"pushed_at":"2023-12-10T16:56:45.000Z","size":378,"stargazers_count":6,"open_issues_count":0,"forks_count":4,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-08T02:43:14.120Z","etag":null,"topics":["charmap","csharp","examples","formborderstyle","insert","textbox","unicode"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tolik-punkoff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-23T22:06:26.000Z","updated_at":"2023-06-25T21:48:24.000Z","dependencies_parsed_at":"2024-11-13T03:26:52.303Z","dependency_job_id":"46ab8d01-7789-44a0-a6dd-2a6c922f43ec","html_url":"https://github.com/tolik-punkoff/csharp-examples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tolik-punkoff%2Fcsharp-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tolik-punkoff%2Fcsharp-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tolik-punkoff%2Fcsharp-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tolik-punkoff%2Fcsharp-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tolik-punkoff","download_url":"https://codeload.github.com/tolik-punkoff/csharp-examples/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252283523,"owners_count":21723487,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["charmap","csharp","examples","formborderstyle","insert","textbox","unicode"],"created_at":"2024-11-13T03:25:25.594Z","updated_at":"2025-05-04T03:30:32.779Z","avatar_url":"https://github.com/tolik-punkoff.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# csharp-examples\ndifferent small examples on C #\n\nabout-demo - about window example\n\nopen-form - check if Form already open.\n\nset-focus-or-create-form - set focus to form if form exist or create new form \n\t\t\t   if form not open\n\nhide-caret - hide caret (cursor) in TextBox example\n\npopup-form - popup form above notification area\n\nlist-view-1 - use native ListView control as log control\n\nlist-view-at-log - fix jitter in ListView control as log control\n\ninsert-replace-textbox - insert/replace symbols in textbox after Ins key press\n\nnoborder-form-move  - move form with FormBorderStyle == None  \n\nnoborder-form-move-2  - move form with FormBorderStyle == None (alternative variant)\n\nnoborder-form-resize  - resize form with FormBorderStyle == None\n\nread-write-file - simple class for read and write file with backup\n\nbin-oct-hex-dec - demonstration of the transformation of numbers \n\t\t  into the number systems with bases \n\t\t  2, 8, 10, 16, using the standard class Convert\n\ncharset-app - charmap application example for single-byte encodings and Unicode\n\nsurrogate-pair-example - surrogate pair char displaying example\n\nungzip - detecting and unpacking gzip-archive (.NET 2.0)\n\ntest-internet-connection - Test internet connection example\n\ndynamic-notifyicon - Creates an icon in the system tray with dynamically updated \n\t\t     text\n\ndynamic-notifyicon-2 - Creates an icon in the system tray with dynamically updated \n\t\t     overlay images\n\nvalidate-ip - Validate IP (v4) without using regular expressions\n\noverlay-images - Images overlay and resize example (WindowsForms)\n\nautorun-example - Startup program from Windows Registry\n\nbyte-order - byte order (little-endian/big-endian) example\n\nip-converter - Class for operations with IP-address\n\nspec-diaps - checks if the IP-address is in a special-use addresses diapasons.\n\ncreate-shortcut - Create Windows shortcut (LNK) example (with WSHShell)\n\nos-version - OS version, name, service pack and architecture detect example\n\nget-user-profile-folder-example - Get user profile folder (e.g. C:\\users\\UserName) example\n\ninput-digit-example - Input only digid, float numbers and negative numbers in TextBox\n\nget-cert-fingerprint - Get X.509 Certificate hash/fingerprint example\n\nself-singed-cert - Using self-signed certificate to HttpWebRequest\n\nexit-code-example - console application return custom exit code\n\nhello-world - add Hello, world example\n\nfill-array - This example fills a byte array with the specified number or random numbers. Contains a FillArray class and a test program.\n\none-sym-string - Generate one symbol string (For and StringBuilder)\n\nadd-leader-zero - Add leader zero's to string representation of a number (not optimal solution)\n\nadd-leader-zero-writeline - Add leader zero's to string representation of a number in Console.WriteLine function\n\nadd-leader-zero-string-format - Add leader zero's to string representation of a number with String.Format function\n\nkmg2bytes-example - kilo-, mega-, giga- bytes to bytes convert example\n\nfiles-generator - generate specified number of files with specified size and byte pattern\n\ndel-reg-values - delete Registry values in Registry subkey\n\nfind-files-by-mask - find files by file mask and fix bug Directory.GetFiles()\n\nkey-test - example for KeyUp, KeyDown and KeyPress\n\nwrite-to-stderr - console application write message to STDERR example\n\ntranslit-example - convert russian letters in phonetic latin writing\n\nconsole-color-demo - set console text and background color example\n\nc-k-f-converter - Celsius-Kelvin-Farengeit temperature converter","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftolik-punkoff%2Fcsharp-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftolik-punkoff%2Fcsharp-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftolik-punkoff%2Fcsharp-examples/lists"}