User Tools

Site Tools


start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
start [2025/03/20 06:12] – [Links to local pages] azmanstart [2025/04/09 11:10] (current) – [Other Interest] azman
Line 21: Line 21:
 //"Education is what remains after one **has forgotten** what one has learned in school."// **- Albert Einstein** //"Education is what remains after one **has forgotten** what one has learned in school."// **- Albert Einstein**
  
-//Last Updated: 202410112102 (FET-6.22.1-202410111802)//+//Last Updated: 202503241307 (FET-7.0.1-2503240945)//
  
 ^  ^  <wrap> ^  ^  <wrap>
Line 57: Line 57:
 1900 1900
 </wrap>  ^ </wrap>  ^
-^  MON  |  |  |  |  |  |  NMK201Lec  ||  |  |  |  | +^  MON  |  |  |  |  |  |  |  |  |  |  |  | 
-^  TUE  |    |  |  |  |  |  |  |  |  | +^  TUE  |  NMK206Lab (007)  |||  |  |  |  |  |  |  |  | 
-^  WED  |  NMK322Lab (007b)  |||  NMK322Lec  ||  |  NMK322Lab (007a)  |||  |  |+^  WED  |     |    |  |  |  |  |
 ^  THU  |  |  |  |  |  |  |  |  |  |  |  | ^  THU  |  |  |  |  |  |  |  |  |  |  |  |
-^  FRI  |  NMK201Lab (007)  |||  |  |  |  |  |  |  |  |+^  FRI  |    |  |  |  |  |  |  |  |  |
 //Note: '*' denotes 30 minutes time shift, '%' denotes 30 minutes time delay (starting only for 1½h session)// //Note: '*' denotes 30 minutes time shift, '%' denotes 30 minutes time delay (starting only for 1½h session)//
  
-//Note: {NMK322Lab:FKTEN2-MKM5_Embedded_Design_Lab} {NMK322Lec:FKTEN2-MKM1} {NMK201Lab:FKTEN1-Microprocessor_Lab} {NMK201Lec:FKTEN1-Dewan_Serbaguna}//+//Note: {NMK206Lab:FKTEN1-Microprocessor_Lab}//
  
 //[[https://my1azman.blogspot.com/2012/03/being-university-student.html|Here is something I wrote]] intended for new students// //[[https://my1azman.blogspot.com/2012/03/being-university-student.html|Here is something I wrote]] intended for new students//
Line 275: Line 275:
   * [[https://www.gamefromscratch.com/page/Game-From-Scratch-CPP-Edition.aspx|Games Development]] - From Scratch?   * [[https://www.gamefromscratch.com/page/Game-From-Scratch-CPP-Edition.aspx|Games Development]] - From Scratch?
   * [[https://www.sfml-dev.org/features.php|SFML]] - Compared with [[https://www.libsdl.org/|SDL]]?   * [[https://www.sfml-dev.org/features.php|SFML]] - Compared with [[https://www.libsdl.org/|SDL]]?
- +  * [[https://someonewhocares.org/hosts/|Using hosts file]] - Interesting! 
-===== Links to local pages ===== +  [[https://github.com/probonopd/irdb.git|InfraRed DB]] - May want this as reference?
- +
-Training Courses: [[training:verilog|Introduction to Verilog and ModelSim]], [[training:datapi|Using Raspberry Pi as Data Server for Embedded Systems]] +
- +
-Useful Notes: [[dev8051:dev8051|8051 Stuff]], [[raspi:raspi|Raspberry Pi Stuff]], [[freebsd:freebsd|FreeBSD]], [[linux:linux|Linux]] ([[linux:slackware|Slackware]]| [[linux:devuan_install|Devuan]]), [[notes:android_dev|Android App Development]], [[notes:git|Git (SCM) Stuff]], [[notes:vim|Vim Stuff]], [[notes:sed|Sed Stuff]], [[notes:dbase|Database Stuff]], [[notes:screen|Screen Stuff]], [[notes:qemu|Qemu Stuff]], [[notes:libreoffice|LibreOffice Stuff]], [[notes:mathpublish|MathPublish(Dokuwiki) Stuff]], [[notes:cross_compiler|Cross Compiler Stuff]], [[notes:samba_dc|Samba AD Domain Controller]], [[notes:cisco|Cisco Stuff]], [[notes:android|Android Stuff]], [[notes:vbox|VirtualBox Stuff]], [[notes:python4cv|Python CV Stuff]], [[notes:scripting|Scripting Stuff]], [[notes:htaccess|Htaccess Stuff]], [[notes:random|Random Stuff]], [[notes:rclone|Sync Google Drive on Linux]] FPGA Notes: [[notes:fpga:xilinx|Xilinx]], [[notes:fpga:xilinx_vsk_barebone|Xilinx Spartan-3 VSK Barebone]], [[notes:fpga:altera|Altera]] Dev. Notes: [[notes:devs:board|Board(s)]], [[notes:devs:display|Display(s)]] +
- +
-Basic Intro Stuff: [[basic:programming_c|Basic Programming in C]], [[basic:programming_python|Introduction to Programming in Python]], [[basic:programming_javascript|Basic Javascript Programming]], [[basic:hdl_coding|Introduction to HDL]], [[basic:system_design|Basic System Design]] +
- +
-Archive: [[archive:nok3310lcd|Nokia 3310 LCD]], [[archive:p3sdk|Pioneer-3 Robot SDK Basics]], [[archive:win32|Window$ Stuff]], [[archive:linux_4android|Linux on Android]]+
  
 ===== Note on Development Platform ===== ===== Note on Development Platform =====
Line 297: Line 289:
  
 All development work will be done on Linux-based systems - [[https://www.slackware.com/|Slackware]] is recommended and is what I use ([[https://www.devuan.org/|Devuan]] is also a good substitute and what I setup for my family), but I'll also try to accommodate people working on other platforms. All development work will be done on Linux-based systems - [[https://www.slackware.com/|Slackware]] is recommended and is what I use ([[https://www.devuan.org/|Devuan]] is also a good substitute and what I setup for my family), but I'll also try to accommodate people working on other platforms.
 +
 +===== Links to local pages =====
 +
 +Training Courses: [[training:verilog|Introduction to Verilog and ModelSim]], [[training:datapi|Using Raspberry Pi as Data Server for Embedded Systems]]
 +
 +Useful Notes: [[dev8051:dev8051|8051 Stuff]], [[raspi:raspi|Raspberry Pi Stuff]], [[freebsd:freebsd|FreeBSD]], [[linux:linux|Linux]] ([[linux:slackware|Slackware]]| [[linux:devuan_install|Devuan]]), [[notes:android_dev|Android App Development]], [[notes:git|Git (SCM) Stuff]], [[notes:vim|Vim Stuff]], [[notes:sed|Sed Stuff]], [[notes:dbase|Database Stuff]], [[notes:screen|Screen Stuff]], [[notes:qemu|Qemu Stuff]], [[notes:libreoffice|LibreOffice Stuff]], [[notes:mathpublish|MathPublish(Dokuwiki) Stuff]], [[notes:cross_compiler|Cross Compiler Stuff]], [[notes:samba_dc|Samba AD Domain Controller]], [[notes:cisco|Cisco Stuff]], [[notes:android|Android Stuff]], [[notes:vbox|VirtualBox Stuff]], [[notes:python4cv|Python CV Stuff]], [[notes:scripting|Scripting Stuff]], [[notes:htaccess|Htaccess Stuff]], [[notes:random|Random Stuff]], [[notes:rclone|Sync Google Drive on Linux]] FPGA Notes: [[notes:fpga:xilinx|Xilinx]], [[notes:fpga:xilinx_vsk_barebone|Xilinx Spartan-3 VSK Barebone]], [[notes:fpga:altera|Altera]] Dev. Notes: [[notes:devs:board|Board(s)]], [[notes:devs:display|Display(s)]]
 +
 +Basic Intro Stuff: [[basic:programming_c|Basic Programming in C]], [[basic:programming_python|Introduction to Programming in Python]], [[basic:programming_javascript|Basic Javascript Programming]], [[basic:hdl_coding|Introduction to HDL]], [[basic:system_design|Basic System Design]]
 +
 +Archive: [[archive:nok3310lcd|Nokia 3310 LCD]], [[archive:p3sdk|Pioneer-3 Robot SDK Basics]], [[archive:win32|Window$ Stuff]], [[archive:linux_4android|Linux on Android]]
  
 ====== Mini Info-pedia ====== ====== Mini Info-pedia ======
start.1742422324.txt.gz · Last modified: by azman