Skip to content

Instantly share code, notes, and snippets.

View privatedev11's full-sized avatar
🙃
a web developer, i guess

PrivateMe privatedev11

🙃
a web developer, i guess
View GitHub Profile
@privatedev11
privatedev11 / README.md
Created January 5, 2024 12:52
ChatGPT Medium Website

ChatGPT Medium Website

For my post on Medium about the future of programming, I asked ChatGPT to make a website for Medium, and here's what it made.

@privatedev11
privatedev11 / sleepyheadswindowsframework.md
Last active October 26, 2022 17:12
Sleepyheads for Windows framework

Sleepyheads for Windows framework

THIS IS OUTDATED. SLEEPYHEADS NOW USES ELECTRON.

Sleepyheads for Windows uses the CEFSharp NuGet package for WinForms (which is based on C#) to display the website using a webview element. CEFSharp is a NuGet package which allows you do display webpages and HTML documents in your app using the Chromium Embedded Framework.

Here is the framework of the code.

@privatedev11
privatedev11 / add web browser in c#.md
Created November 27, 2021 12:41
With CEFSharp, you can easily embed a site using the Chromium Embedded Framework

CEFSharp

CEFSharp is a great nuget package for putting Chromium in your C# program. I will be using WinForms.

1. Get the package

Get the package here: https://www.nuget.org/packages/CefSharp.WinForms/

2. Add the imports

Add the following to the imports section:

@privatedev11
privatedev11 / addwebbrowserincsharp.md
Created December 12, 2020 19:02
Add a web browser in C# using CefSharp

CEFSharp

CEFSharp is a great nuget package for putting Chromium in your C# program. I will be using WinForms.

1. Get the package

Get the package here: https://www.nuget.org/packages/CefSharp.WinForms/

2. Add the imports

Add the following to the imports section: '''

Help Please!

I am making a program called Remail and sorta need help.

I am trying to get it cross platform, but can't figure it out. I've tried Java and Python and still won't work!

I've made it for Windows with C# at The-Remail-Team/Remail

Let me know if you wanna help in the comments

Busaruba2011