Skip to content

Instantly share code, notes, and snippets.

View elcordova's full-sized avatar
🏠
Working from home

Erick elcordova

🏠
Working from home
View GitHub Profile
@terrance00
terrance00 / cefendtoend.md
Created July 14, 2017 11:14
Creating a CefSharp WinForms Application: End-to-End

Creating a CefSharp Application: End-to-End


From Developing the App to Writing an Installer

It is widely known that the HTML, CSS and Javascript combo is the very best way to create application front ends across all ranges of computers and all ranges of applications. The thing is, some of these "frameworks" for writing amazing cross platform apps are quite daunting to get started with.

Our major benefit in using CefSharp, is that we can pair it with a friendly and welcoming framework for writing desktop Apps - WinForms. Most, if not all C# developers have made use of this easy yet powerful framework for writing Apps, but let's be honest - it's old and it looks the part.

Your work here won't be cross-platform, but it'll be modern and meaningful as these concepts will be carried over when you move on to the cross-platform giants like Apache Cordova and Electron. This goes well and I will write a guide for them as well.

@axelpale
axelpale / combinations.js
Last active July 7, 2023 10:37
JavaScript functions to calculate combinations of elements in Array.
/**
* Copyright 2012 Akseli Palén.
* Created 2012-07-15.
* Licensed under the MIT license.
*
* <license>
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files
* (the "Software"), to deal in the Software without restriction,
* including without limitation the rights to use, copy, modify, merge,