1,335 skills found · Page 1 of 45
hemanth / Functional Programming JargonJargon from the functional programming world in simple terms!
xgrommx / Awesome Functional ProgrammingYet another resource for collecting articles, videos etc. regarding functional programming
scop / Bash CompletionProgrammable completion functions for bash
caiorss / Functional ProgrammingFunctional Programming concepts, examples and patterns illustrated in Haskell, Ocaml and Python
justinyhuang / Functional Programming For The Rest Of Us Cn文章《Functional Programming For The Rest of Us》的中文翻译
enricopolanski / Functional ProgrammingIntroduction to Functional Programming using TypeScript and fp-ts.
infosecB / Awesome Detection EngineeringDetection Engineering is a tactical function of a cybersecurity defense program that involves the design, implementation, and operation of detective controls with the goal of proactively identifying malicious or unauthorized activity before it negatively impacts an individual or an organization.
18601949127 / DiDiCallCar这是我自己做的一个类似滴滴打车的Android出行项目,主要针对滴滴等出行平台一直饱受质疑的“人车不符”问题,以及当前越发火热的或计划和出海战略,给出行项目增加了下面几个功能: 1. RFID识别验证功能:在司机证件或者车内识别硬件嵌入RFID识别芯片,乘客使用手机读取到芯片信息,并且通过网络发送到出行平台数据库进行验证(我用JNI加了一个C语言的MD5加密算法对识别到的信息进行了加密)。如果不是合规的“人”或“车”,则不能完成订单并向平台或监管单位汇报当前位置。(为了方便读者测试,可以使用手机读取任何一个加密或非加密RFID芯片,比如银行卡、公交卡等,我在代码中的验证前阶段把芯片信息都换成我自己的司机信息,确保读者测试时可以收到服务器的回复) 2. 海外版功能:点击切换当前语言。 3. 司机证件号码识别功能:读取司机证件上的证件号码,也可以用来与出行平台数据库的接单司机信息进行。I complete this whole project on my own . Including Android application programming,web server ( Apache + PHP + MySQL), and UI. 1.Map route planing。You can use mobile phone choose pick up & destination address,application provide address name hint and draw optimized route for user , then call car for you. 2.RFID authentication function:User can use application to scan driver license or other RFID hardware, then use NDK MD5 algorithm encrypt RFID number, and send it to Web Server Database, check with driver information and authenticate ID number , if ID number coherent with driver info , send back driver information to User and continue call car order . record user location and alert if ID not coherent. 3.Driver License Number Recognition : Application can recognize driver license digit number ,and also can send to web server for authentication & feed back result to user.
reflex-frp / ReflexInteractive programs without callbacks or side-effects. Functional Reactive Programming (FRP) uses composable events and time-varying values to describe interactive systems as pure functions. Just like other pure functional code, functional reactive code is easier to get right on the first try, maintain, and reuse.
wwmz / WMZDialog功能最多样式最多的弹窗,支持普通/底部/日期/地区/日历/选择/编辑/分享/菜单/自定义弹窗等,支持多种动画,链式编程调用(Pop-up windows with the most functions and styles, support normal/bottom/date/region/calendar/select/edit/share/menu/custom pop-up windows, etc., support multiple animations, chain programming calls)
imteekay / Functional Programming Learning Path✨ A Learning Path for Functional Programming
lucasviola / Awesome Functional Programming:alien: A curated list of functional programming resources such as blog posts, communities, discussion topics, wikis and more.
HA6Bots / TikTok Compilation Video GeneratorA system of bots that collects clips automatically via custom made filters, lets you easily browse these clips, and puts them together into a compilation video ready to be uploaded straight to any social media platform. Full VPS support is provided, along with an accounts system so multiple users can use the bot at once. This bot is split up into three separate programs. The server. The client. The video generator. These programs perform different functions that when combined creates a very powerful system for auto generating compilation videos.
unknwon / ComThis is an open source project for commonly used functions for the Go programming language.
wengkai / ACLLibACLLib is a bunch of C functions covers Win32API and provides simpler API to beginners for programming Windows GUI applications. It compiles with MinGW and MS Visual Studio Express
VincentJouanne / Nest Clean Architecture🏛️ Nest.js clean architecture example following some DDD principles with use-cases written in functionnal programming.
graninas / Cpp Functional ProgrammingList of materials about functional programming in C++
dyu / Ffi Overheadcomparing the c ffi (foreign function interface) overhead on various programming languages
bnorm / Kotlin Power AssertKotlin compiler plugin to enable diagrammed function calls in the Kotlin programming language
CyberSys / CreamInstallerAutomatically finds all installed Steam games and their respective Steamworks DLL locations on the user's computer, automatically parses SteamCMD and the Steam Store for those games' DLCs, then provides a very simple graphical interface utilizing the gathered information. The primary function of the program is to automatically generate and install CreamAPI for whichever games and DLCs the user selects, however through the use of the right-click context menu the user can also: automatically repair the Paradox Launcher, open the parsed SteamCMD AppInfo in Notepad, refresh the parsed SteamCMD AppInfo, open Root directories or Steamworks DLL directories in Explorer, or open SteamDB/Steam Store/Steam Community links in the default browser.