Software Developer's Bookmark
Code & Examples, Tutorials for Software Developers
Wednesday, July 5, 2023
flutter background Image.asset, pass stateObject to custom widget by setState, Stack is framelayout
›
main.dart import 'package:flutter/material.dart' ; import 'package:flutter/services.dart' ; import 'pages/my_home_pa...
Tuesday, June 27, 2023
How to lock an object when websocketgateway has many requests mutex
›
test.ts class Mutex { queue : any []; queue_args : any []; locked : boolean ; constructor () { this . loc...
Tuesday, April 11, 2023
netstat Command line for looking at specific port
›
In cmd: netstat -na | find "8080" In bash: netstat -na | grep "8080" In PowerShell: netstat -na | Select-String "80...
Saturday, February 18, 2023
Scratch Project - godzilla running
›
https://github.com/broject/scratch-flowgorithm-algorithm-sample/blob/5b21fe92b6e71545d61bf16978809202be426de4/Scratch%20Project%20-%20godzil...
Flowgorithm - algorithm creating example
›
тэгш тооны нийлбэр олох алгоритм
›
Home
View web version