@jsakamoto

Top repositories

1

ipaddressrange

.NET Class Library for range of IP address, both IPv4 and IPv6.
C#
331
star
2

BlazorWasmPreRendering.Build

When you publish your Blazor Wasm app, this package pre-renders and saves the app as static HTML files in your public folder.
C#
209
star
3

Toolbelt.Blazor.I18nText

The class library that provides the ability to localize texts on your Blazor app!
C#
194
star
4

awesome-blazor-browser

A Blazor WebAssembly app for browsing the "Awesome Blazor" resources.
C#
192
star
5

Toolbelt.Blazor.LoadingBar

Loading bar UI for Client-Side Blazor application.
C#
162
star
6

Toolbelt.Blazor.HeadElement

Head element support (change the document title, "meta" elements such as OGP, and "link" elements) for Blazor apps.
C#
153
star
7

BlazingStory

The clone of "Storybook" for Blazor, a frontend workshop for building UI components and pages in isolation.
HTML
152
star
8

nupkg-selenium-webdriver-chromedriver

The NuGet package include Selenium Google Chrome Driver files for Win32, macOS, and Linux.
C#
127
star
9

self-learning-materials-for-blazor-jp

C# で Single Page Web アプリを開発するフレームワーク「Blazor」の WebAssembly 版の自習教材です。
PowerShell
125
star
10

Toolbelt.Blazor.HotKeys

This is a class library that provides configuration-centric keyboard shortcuts for your Blazor WebAssembly (client-side) apps.
C#
113
star
11

Toolbelt.Blazor.PWA.Updater

Provide "Update Now" UI and feature to your Blazor PWA that appears when the next version of one is available.
HTML
90
star
12

Toolbelt.Blazor.SpeechSynthesis

SpeechSynthesis API access for your Blazor apps.
C#
75
star
13

Toolbelt.Blazor.HttpClientInterceptor

Intercept all of the sending HTTP requests on a client side Blazor application.
C#
64
star
14

FindRazorSourceFile

This is a set of NuGet packages that makes your Blazor apps display the source .razor file name that generated the HTML element under the mouse cursor when entering the Ctrl + Shift + F hotkeys.
C#
48
star
15

PublishSPAforGitHubPages.Build

The NuGet package that provides post published processing to deploy the ASP.NET Core SPA project (such as Blazor WebAssembly) as a GitHub pages site.
JavaScript
46
star
16

CSharpMethodsCodeSnippets

Code snippets for C# methods.
Vim Snippet
44
star
17

Toolbelt.Blazor.SplitContainer

A Blazor component to create panes separated by a slidable splitter bar.
HTML
42
star
18

EntityFrameworkCore.IndexAttribute

Revival of [Index] attribute for EF Core. (with extension for model building.)
C#
42
star
19

Toolbelt.Blazor.TimeZoneKit

Provides system time zones set, and local time zone initialization, for Blazor (client-side) browser application.
C#
36
star
20

BlazorMinimumTemplates

Templates for ASP.NET Core Blazor without any js and css libraries.
HTML
33
star
21

Toolbelt.Blazor.HotKeys2

This is a class library that provides configuration-centric keyboard shortcuts for your Blazor apps.
C#
32
star
22

xUnitTestCodeSnippets

Vim Snippet
25
star
23

nupkg-selenium-webdriver-iedriver

C#
25
star
24

Toolbelt.Blazor.Gamepad

gamepad API access for your Blazor apps.
C#
25
star
25

jsakamoto.github.io

This is a portfolio site about me that has a CUI flavored looks and user interface. The site is built on Blazor WebAssembly!
C#
21
star
26

Toolbelt.Blazor.DevServer.WithCssLiveReloader

Development server for use when building Blazor applications, with CSS Live Reloader.
C#
20
star
27

MVC4BootstrapStarterLayout

MVC 4 TwitterBootstrap Starter Layout Page (Razor)
20
star
28

AntiVirusScanner

Anti Virus Scanner for .NET (and COM)
C#
19
star
29

XProcess

This is a library for .NET that allows you to invoke an external process, and expose its output as an async stream in C# 8.0.
C#
16
star
30

Toolbelt.Blazor.LocalizedDataAnnotationsValidator

The Data Annotations Validator Component for Blazor to localize validation error messages, based on "Microsoft.Extensions.Localization".
C#
16
star
31

clickonce-get

"ClickOnce Get" is a web site that is publishing point of your ClickOnce applications.
C#
15
star
32

Toolbelt.Blazor.FileDropZone

Surround an "input type=file" element by this Blazor component to making a zone that accepts drag and drops files.
HTML
15
star
33

voicetext-webapi-client4net

This is the clinet librray of [HOYA Voice Text Web API](https://cloud.voicetext.jp/webapi) for .NET.
C#
12
star
34

CtrlCEnabler

Ctrl+C Enabler for PowerShell
C#
12
star
35

Toolbelt.Blazor.SpeechRecognition

SpeechRecognition API access for your Blazor apps.
C#
11
star
36

CssClassInlineBuilder

Build CSS class string for "class" attribute dynamically based on boolean switch values, in Razor files in-line.
C#
11
star
37

xUnitTestProjectTemplate

This is a project template that contains xUnit.net tests with Visual Studio Runner, for Visual Studio 2019 and 2022.
C#
11
star
38

GitButton

C#
10
star
39

dynamicbinder

C# dynamic access to methods, properties, and fields even if they are private members, powered by Reflection technology.
C#
9
star
40

Toolbelt.AspNetCore.CssLiveReloader

CSS only live reloader library for ASP.NET Core (includes Blazor).
C#
8
star
41

nupkg-selenium-webdriver-geckodriver

C#
8
star
42

WHOISClientWebApp

WHOIS Client Web App/API powered by ASP.NET Core 2.0 and Angular
JavaScript
8
star
43

Toolbelt.Blazor.InvokeDownloadAsync

Add InvokeDownloadAsync(name, type, contentBytes) extension method on your Blazor Apps.
C#
8
star
44

Prolog-on-Browser

This is the Prolog interactive interpreter running on a Web browser!
C#
7
star
45

Toolbelt.Blazor.CopyButtonizer

HTML
6
star
46

Lightning-Talks-Countdown-Timer

C#
6
star
47

FileUploadSample

JavaScript
5
star
48

code2012survey

JavaScript
5
star
49

WSH-vsdoc

5
star
50

NagesenAsAService

投げ銭というカタチでリアルタイムで発表者を評価するWebアプリ「投げ銭BOX」の SaaS、すなわち「投げ銭BOX as a Service」(略して "NaaS") です。
JavaScript
5
star
51

IronJint

A thin wrapper of Jint (popular JavaScript interpreter on .NET) for adapt to Microsoft.Scripting.Runtime.LanguageContext interface.
C#
5
star
52

tap-to-tweet-reserved

Let's tweet durig your presentation by using this web app on your smart phone!
C#
4
star
53

quiz-webapp

JavaScript
4
star
54

Toolbelt.Blazor.TwitterShareButton

A Tweet Button component for Blazor.
C#
4
star
55

chack-personal-2

C#
4
star
56

smtp-server-core

C#
4
star
57

turtle-graphics-do-it

C#
4
star
58

Toolbelt.WorkDirectory

Create a temporary working directory, copy files from a template, and finally, delete the working directory altogether when exiting a scope.
C#
4
star
59

Spprologa

"Build client web apps with Prolog" - The library to make Single Page Prolog Applications!
HTML
4
star
60

Toolbelt.Blazor.RoutableLazyAssemblyLoader

A router component and a service to simplify lazy assembly loading and to avoid flickering of initial loading on pre-rendered Blazor Wasm apps.
C#
3
star
61

fsxcmds

F# scripts for command line
F#
3
star
62

Toolbelt.FileIO

xcopy a source directory to a destination / delete a folder recursively and robustness
C#
3
star
63

CacheableContentResult

C#
3
star
64

OpenW3CLogWithExcel

C#
3
star
65

SwitchToDesktopFromSlideshow

This is a Windows application that allows you to toggle showing or hiding of PowerPoint slide show by keyboard shortcut.
C#
3
star
66

Toolbelt.Blazor.Server.ScopedCulture

This is a library for Blazor Server apps adding an ability that changes the current culture of each connection without reloading.
C#
3
star
67

Toolbelt.Blazor.GetProperty.Script

Add a tiny JavaScript function out-of-the-box to get JavaScript property values in your Blazor apps.
CSS
3
star
68

IconExtractor

This library allows you to extract first .ico file embedded in PE format file (.exe, .dll) into a stream. (NOTICE: Windows OS only.)
C#
3
star
69

EntityFrameworkCore.DecimalAttribute

[Decimal(p, s)] attribute and model builder extension for EntityFramework Core.
C#
3
star
70

CommandLineSwitchParser

This is a simple parser for command line options on .NET Framework & .NET Core.
C#
3
star
71

Toolbelt.ComponentModel.Annotations.Resources

Built-in validation error messages for validation attributes such as [Required], [StringLength], etc., on your ASP.NET Core and Blazor apps will be shown localized after installing this NuGet package.
HTML
3
star
72

chomado-problem-form

"ちょまど問題" サーバー へ回答を送信し、 応答された正答数を表示する、C# で実装した SPA アプリケーションです。
HTML
3
star
73

tellmewys

JavaScript
2
star
74

CreateZipOfOutputs.MSBuildTask

C#
2
star
75

HTML-UI-WindowsForms-Application-ProjectTemplate

C#
2
star
76

introduction-of-markdownpresenter

JavaScript
2
star
77

md2msword

Markdown to MS-Word - MarkdownDeep.NET, MS-Word and PowerShell
2
star
78

RepeaterHelperSample

C#
2
star
79

DictionaryStringObjectJsonConverter

A converter for System.Text.Json to deserialize a JSON string into a Dictionary<string, object> object as humans would expect.
C#
2
star
80

CLR-H-Atnd---ASP.NET-MVC4-and-EF4CodeFirst-and-TwitterBootstrap-Edition

JavaScript
2
star
81

Switch-to-Demo-for-Presentation

C++
2
star
82

ComeBackMSIEUserAgent

This is the ASP.NET HTTP module for hacking HTTP_USER_AGENT server variable to appear "MSIE 11.0" at request from IE11.
C#
2
star
83

code2012survey2csv

C#
2
star
84

Toolbelt.Blazor.I18nText.StringLocalizerSupport

This NuGet package allows you to localize your Blazor app even validation messages based on .NET Core localization infrastructure such as "IStringLocalizer".
C#
2
star
85

xUnitTestItemTemplate

PowerShell
2
star
86

report1ofcode2012survey

2
star
87

code2012_survey_total

Python
2
star
88

RomanLettersDrillBook

JavaScript
2
star
89

mvc-clrh-atnd-cod2012

Sample Web App for Community Open Day 2012 http://cod.ms, at Hokkaido http://clr-h.jp, Session-2.
JavaScript
2
star
90

RegexDesignerFS

JavaScript
2
star
91

chomado-problem-server

4択問題x全10問の回答を JSON 形式で POST すると、その POST 要求のクエリ文字列に指定されている乱数シード値に基づき正当を内部で生成し、POST された回答と付き合わせて正答した数を返す、HTTP API サーバーの実装です
HTML
2
star
92

Toolbelt.SystemResourceManager

Inject your custom resource manager to your apps as the System Resource Manager to localize DataAnnotations validation error messages.
HTML
2
star
93

md-presenter

For when you're giving a presentation in half an hour, and you haven't got the time to open up keynote.
HTML
2
star
94

Toolbelt.AspNetCore.MarkdownPages

Transform "text/markdown" response to HTML in ASP.NET Core application.
C#
2
star
95

signalYN

JavaScript
2
star
96

VisualizeNuGetMyPackagesDownloadCount

JavaScript
1
star
97

Http405WithoutExceptionHandler

C#
1
star
98

FsHackApp1

JavaScript
1
star
99

smtp-server-for-e2etest

JavaScript
1
star
100

RealHTTPStatusCostomErrorModule

C#
1
star