raspberry pi projects
Reviewed by KimWorks
on
March 05, 2018
Rating: 5
raspberry pi - OS
https://www.makeuseof.com/tag/7-operating-systems-you-can-run-with-raspberry-pi/
Raspian, Kano,
media center (Kodi)
http://openelec.tv/get-openelec
https://osmc.tv/download/
https://libreelec.tv/downloads/
Game Emulator
RetroPie (game), https://retropie.org.uk/download/
RecalBox, https://www.recalbox.com/diyrecalbox
FreeBSD, https://wiki.freebsd.org/FreeBSD/arm/Raspberry%20Pi
ChromiumOS, https://flintos.io/download/
Android, http://androidpi.wikia.com/wiki/Android_Pi_Wiki
Raspian, Kano,
media center (Kodi)
http://openelec.tv/get-openelec
https://osmc.tv/download/
https://libreelec.tv/downloads/
Game Emulator
RetroPie (game), https://retropie.org.uk/download/
RecalBox, https://www.recalbox.com/diyrecalbox
FreeBSD, https://wiki.freebsd.org/FreeBSD/arm/Raspberry%20Pi
ChromiumOS, https://flintos.io/download/
Android, http://androidpi.wikia.com/wiki/Android_Pi_Wiki
raspberry pi - OS
Reviewed by KimWorks
on
March 05, 2018
Rating: 5
libhwp
https://cogniti-works.blogspot.kr/2016/05/dalkom-20160515-hwp-oxt.html
https://cogniti-works.blogspot.kr/2016/05/hwp_15.html
https://cogniti-works.blogspot.kr/2016/05/libhwp-commit-rebase.html
https://cogniti-works.blogspot.kr/2016/05/libhwp-20160514.html
libhwp
Reviewed by KimWorks
on
March 04, 2018
Rating: 5
cmd popup message
msg * /time:0 /w Hello there
start "" cmd /c "echo(&echo(&echo Hello world! &echo(&pause>nul"
mshta "javascript:alert('message');close()"
mshta.exe vbscript:Execute("msgbox ""message"",0,""title"":close")
mshta "about:<script>alert('Hello, world!');close()</script>"
mshta javascript:alert("Message\n\nMultiple\nLines\ntoo!");close();
if 1 == 1 (
mshta javascript:alert^("1 is equal to 1, amazing."^);close^(^);
)
mshta "javascript:var sh=new ActiveXObject( 'WScript.Shell' ); sh.Popup( 'Message!', 10, 'Title!', 64 );close()"
powershell (New-Object -ComObject Wscript.Shell).Popup("""Operation Completed""",0,"""Done""",0x0)
powershell [Reflection.Assembly]::LoadWithPartialName("""System.Windows.Forms""");[Windows.Forms.MessageBox]::show("""Hello World""", """My PopUp Message Box""")
SOURCE:
https://stackoverflow.com/questions/774175/show-a-popup-message-box-from-a-windows-batch-file
cmd popup message
Reviewed by KimWorks
on
January 21, 2018
Rating: 5
AngularJS version differences
Source: https://www.angularminds.com/blog/article/comparison-difference-between-angular1-vs-angular2-vs-angular4.html
v1 & v2
v1 & v2
- v1: JavaScript, v2: TypeScript support. DART can be used also.
- v1: controller concept in v1 not in v2. v2: component based UI. helps to divide the application feature based components, enable to call required UI for flexibility and reusability.
- v2: more SEO friendly.
- v2: structural change, mobile native possible. Two layers - application, rendering. View renders in runtime for required component.
- v1: MVC, v2: service/controller. Not easy to upgrade from v1 to v2, needs to rewrite.
v2 & v4
- v4: smaller, faster
- v4: pipe support, http improvement, ng-template
- v4: Code has prod/debug mode.
- v4: Type script 2.1, 2.2.
- v4: parameterMap instead of parameterObject
- v4: animation package
v5
- easier to build progressive web apps
- optimizer, smaller code
- server side rednering
- sharing code between server/clent versions
- incremental compilation
- pipe support for i18n, updated httpclient, CLI1.5
- RxJS v5.5.2 or later. Router hoks
v6
- Mar-Apr 2018
Angular 5 Resources
- https://github.com/angular/angular-cli#installation
- https://angularbytes.witspry.com/2017/10/a-complete-angular-5-tutorial.html
- https://www.youtube.com/watch?v=oa9cnWTpqP8
- https://www.youtube.com/watch?v=0eWrpsCLMJQ
- https://coursetro.com/courses/19/Learn-Angular-5-from-Scratch---Angular-5-Tutorial
- https://angular.io/tutorial
With Bootstrap
- v4, http://www.dotnetcurry.com/angularjs/1366/angular-4-app-typescript-bootstrap
- http://ng5-bootstrap4-01.surge.sh/
- https://medium.com/codingthesmartway-com-blog/building-an-angular-5-project-with-bootstrap-4-and-firebase-4504ff7717c1
- https://ng-bootstrap.github.io/#/home
- http://bootstrapdocs.com/v3.3.6/docs/
AngularJS version differences
Reviewed by KimWorks
on
January 21, 2018
Rating: 5
Subscribe to:
Posts
(
Atom
)