User Tools

Site Tools


user:maxfx

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
user:maxfx [2019/07/09 16:02] – [Kernel Debug] maxfxuser:maxfx [2020/09/10 21:29] (current) – removed maxfx
Line 1: Line 1:
-{{template>infobox| 
-name=M.| 
-nick=maxfx| 
-email=@| 
-phone=| 
-web=[[user:M]]| 
-photo=1999714.jpg?200| 
-  
-}} 
- 
- 
-===== M ===== 
- 
-  * C 
-  * C++ 
-  * Sometimes Visual basic  
-  * Sometimes OpenAL 
-  * Sometimes OpenGL 
-  * Sometimes AS400, COBOL, CL, SYNON 
-  * Beginner with Python 
-  * Qt 
-  * FreeBSD 
-  * PCBSB 
-  * GhostBSD 
-  * Srát lidi 
- 
- 
-===== Tiny hobby Programming ===== 
- 
-== Asm == 
-  * Assembler (macro assembler) [[https://github.com/Martinfx/Asm]] 
- 
-== C / C++ == 
-  * Simple data structures and sort algorithm in C [[https://github.com/Martinfx/C-learn]] 
-  * Simple crossplatform engine https://github.com/EmeraldEngine/Emerald - I wrote audio simple "subsystem" (OpenAL wrapper). 
- 
-== OpenGL ==  
-  * Simple examples https://github.com/Martinfx/LearnOpenGL  
- 
-== OpenAL ==  
-  * Simple OpenAL example  https://github.com/Martinfx/AudioEngine  
- 
-== COBOL == 
-  * Examples about various implementations COBOL (AS400 Cobol, GnuCobol) [[https://github.com/Martinfx/Cobol]] 
-  * SQLite database for OpenCobol [[https://github.com/Martinfx/SQLiteCobol]] 
-  * SQL for COBOL with patch for compile [[https://github.com/Martinfx/DBPRE]] 
-  * Gnu Cobol compiler Mirror [[https://github.com/Martinfx/GnuCobol]] 
-  
-== Visual Basic == 
-  * Visual Basic , Piece of shit [[https://github.com/Martinfx/VisualBasicLearn]] FIXME 
- 
-== FreeBSD kernel module == 
-  * FreeBSD simple kernel module [[https://github.com/Martinfx/FreeBSD-Kernel-module]] 
- 
-== FreeBSD maintain ports ==  
-  * FreeBSD ports [[https://github.com/Martinfx/FreeBSD-Ports]] 
- 
-== Linux kernel module == 
-  * Linux simple kernel module [[https://github.com/Martinfx/Linux-Kernel-Module]] 
- 
-== something about old bsd kernel ==  
-  * 4.4BSD-Lite [[https://github.com/Martinfx/4.4BSD-Lite]] 
-  * 4.4BSD-Lite2 [[https://github.com/Martinfx/4.4BSD-Lite2]]  
-  * 386BSD [[https://github.com/Martinfx/386bsd]] 
-  * Base kernel [[https://github.com/Martinfx/basekernel]] 
-  * OSX Xnu kernel [[https://github.com/Martinfx/xnu]] 
- 
-===== Contribution  ===== 
-  * FreeBSD Ports - Maintainer several ports 
-  * Founder Prague BSDMetting [[https://brmlab.cz/event/bsdmeeting]] 
-  * Founder page BSDmonitoring [[https://brmlab.cz/project/bsdmonitoring]] 
-  * Founder page FreeBSD - something about FreeBSD [[https://brmlab.cz/project/freebsd/start]] 
-  * Founder Prague BSD Group [[https://brmlab.cz/groups/praguebsdgroup]] 
-  * page WorkBar  [[https://brmlab.cz/project/workbar/start]] 
-  * page about Cobol [[https://brmlab.cz/project/cobol/start]] 
-  * page AS400 [[https://brmlab.cz/project/as400/start]] 
-  * page AIX [[https://brmlab.cz/project/aix/start]] 
- 
-===== Cz Misc links ===== 
- 
-[[https://brmlab.cz/user/maxfx/upgrade-ubuntu]] 
- 
-[[https://brmlab.cz/user/maxfx/pcbsd]] 
- 
-[[https://www.root.cz/clanky/firewall-ipfw-ve-freebsd-praktickym-pohledem/]] 
- 
-[[http://www.techrepublic.com/article/pro-tip-take-back-control-of-resolv-conf/ ]]  
- 
-[[https://www.shellhacks.com/setup-dns-resolution-resolvconf-example/]] 
- 
-[[https://home.nuug.no/~peter/pftutorial/#1]] 
- 
-===== Misc Links ===== 
- 
-[[https://www.viva64.com/en/b/0519/]] 
- 
-[[http://www.chaonis.com/2012/06/camera-android-part-3/]] 
- 
-[[https://news.ycombinator.com/item?id=4833218]] 
- 
-[[http://labs.domipheus.com/blog/designing-a-cpu-in-vhdl-part-1-rationale-tools-method/]] 
- 
-[[http://www.musicdsp.org/files/Audio-EQ-Cookbook.txt]] 
- 
-[[https://media.ccc.de/v/SHA2017-402-how_the_nsa_tracks_you]] 
- 
-[[https://www.synopsys.com/blogs/software-security/bug-elimination-code-scanning-fuzzing-and-composition-analysis/]] 
- 
-[[https://marcmutz.wordpress.com/effective-qt/containers/]] 
- 
-===== Firewall ===== 
- 
-[[https://www.linuxexpres.cz/praxe/pruvodce-linuxem-9-nastavujeme-gnu-linux]] 
- 
-===== C/C++ tips ===== 
- 
-[[http://wordsandbuttons.online/challenge_your_performance_intuition_with_cpp_magic_squares.html]] 
- 
-[[https://abseil.io/tips/]] 
- 
-[[http://mariusbancila.ro/blog/2017/08/03/computing-day-of-year-in-c/]] 
- 
-[[https://lapinozz.github.io/learning/2017/07/17/compile-time-templated-a-star-pathfinding.html]] 
- 
-[[https://embeddedartistry.com/blog/2017/7/17/migrating-from-c-to-c-take-advantage-of-raiisbrm]] 
- 
-[[http://www.embedded.com/electronics-blogs/programming-pointers/4026076/Why-size-t-matters]] 
- 
-[[http://foonathan.net/blog/2017/07/24/operator-precedence.html]] 
- 
-[[http://ithare.com/not-really-so-new-niche-for-c-browser/]] 
- 
-[[https://gustedt.wordpress.com/2017/08/08/cross-language-interfaces-between-c-and-c/]] 
- 
-[[http://www.bfilipek.com/2017/08/cpp17-details-filesystem.html]] 
- 
-[[https://kirkshoop.github.io/2017/08/04/a_promise_built_on_concepts.html]] 
- 
-[[http://www.acodersjourney.com/2017/08/top-20-cplusplus-multithreading-mistakes/]] 
- 
-[[http://wyoos.org/index.php]] 
- 
-[[https://arekmd.github.io/wrapping-c-handlers/]] 
- 
-[[https://www.fluentcpp.com/2017/08/22/smart-developers-use-smart-pointers-smart-pointers-basics/]] 
- 
-[[https://www.fluentcpp.com/2017/08/25/knowing-your-smart-pointers/]] 
- 
-[[https://www.fluentcpp.com/2017/09/12/how-to-return-a-smart-pointer-and-use-covariance/]] 
- 
-[[https://stoyannk.wordpress.com/2017/11/18/small-vector-optimization/]] 
- 
-[[https://tower120.github.io/2017/11/17/virtual_inheritance_without_dynamic_casts.html]] 
- 
-[[https://wiki.sei.cmu.edu/confluence/pages/viewpage.action?pageId=87152148]] 
-=== C++11 === 
- 
-[[http://thispointer.com/c11-stdarray-tutorial-and-examples/]] 
- 
-=== C++ Meeting 2017 === 
- 
-[[https://jguegant.github.io/jguegant.github.io/blogs/tech/trip-report-meetingcpp-2017.html]] 
- 
-===== C++ Videos =====  
-[[https://www.youtube.com/watch?v=YgcUuYCCV14&t=250s | Functional C++ for Fun and Profit by Phil Nash]]  
- 
-[[https://www.youtube.com/watch?v=lO1z-7cuRYI | C++Now 2017: Niko Matsakis "Rust: Hack Without Fear!"]] 
-===== Data Structure links ===== 
-[[https://www.codeofhonor.com/blog/avoiding-game-crashes-related-to-linked-lists]] 
- 
-[[https://www.codeofhonor.com/blog/tough-times-on-the-road-to-starcraft]] 
- 
-[[https://tower120.github.io/2017/11/06/thread_safe_queue_and_container_swap.html]] 
- 
-===== CVE ===== 
-[[https://www.triplefault.io/2018/05/spurious-db-exceptions-with-pop-ss.html]] 
- 
-===== CppUTest ===== 
-http://blog.wingman-sw.com/archives/430#more-430 
- 
-===== BSD ===== 
-[[https://bsdmag.org/basic-unix-queuing-techniques/]] 
- 
-[[https://bsdmag.org/unix-kernel-system-calls/]] 
- 
-[[https://bsdmag.org/dynamic-memory-allocation-unix-systems/]] 
- 
-===== Cmake ===== 
-[[https://trenki2.github.io/blog/2017/06/02/using-sdl2-with-cmake/]] 
- 
-===== Kernel Debug ===== 
-[[https://backtrace.io/blog/backtrace/improving-freebsd-kernel-debugging/]] 
- 
-[[https://gist.github.com/bijanebrahimi/f2eb0c620d81aa6234e121a0ddd88cc2]] 
- 
-[[https://forums.freebsd.org/threads/ctl-alt-esc-not-taking-me-to-kernel-debugger.40111/]] 
- 
-[[https://riptutorial.com/freebsd/example/23734/download-the-latest-source-code]] 
- 
-[[https://elkamika.blogspot.com/2019/06/freebsd-kernel-remote-debugging-part1.html?m=1]] 
- 
-[[https://blog.hostileadmin.com/2012/09/25/so-you-want-a-freebsd-debugging-kernel/]] 
- 
-===== OSS ===== 
- 
-[[http://www.opensound.com/pguide/oss.pdf| OSS Programming guide]] 
-===== Fermentation ===== 
-  * Water kefir 
-  * Wine  
-  * Cider 
-  * Kombucha 
-  * Experimental fermentation 
- 
-===== Motto ===== 
-“Talk is cheap. Show me the code.” 
- 
- 
- 
  
user/maxfx.1562688152.txt.gz · Last modified: 2019/07/09 16:02 by maxfx