Discover gists
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Boris FX Continuum Complete latest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
#include <cstring> | |
#include <iomanip> | |
using namespace std; | |
// Constants | |
const int MAX_STUDENTS = 20; | |
const int MAX_BOOKS = 15; | |
const int MAX_NAME_LENGTH = 50; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"event": "subscription.create", | |
"data": { | |
"domain": "test", | |
"status": "active", | |
"subscription_code": "SUB_vsyqdmlzble3uii", | |
"amount": 50000, | |
"cron_expression": "0 0 28 * *", | |
"next_payment_date": "2016-05-19T07:00:00.000Z", | |
"open_invoice": null, |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Log uploaded on Wednesday, February 12, 2025, 1:31:37 AM | |
Loaded mods: | |
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1) | |
Core(Ludeon.RimWorld): (no assemblies) | |
Hospitality(Orion.Hospitality)[mv:1.5.0.8]: 0MultiplayerAPI(av:0.5.0,fv:0.5.0), Hospitality(av:1.0.0,fv:1.5.0.8) | |
Biotech(Ludeon.RimWorld.Biotech): (no assemblies) | |
Hospitality zh-pack(RWZH.ChinesePack.Hospitality): (no assemblies) | |
HugsLib(UnlimitedHugs.HugsLib)[ov:11.0.4]: 0Harmony(av:2.3.3,fv:1.2.0.1), HugsLib(av:1.0.0,fv:11.0.4) | |
[SR]Touch Animal(SR.ModRimworld.TouchAnimal): ModRimWorldTouchAnimal(1.0.0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function mutateInstagramVideo(node) { | |
node.querySelectorAll('video').forEach(video => { | |
video.setAttribute('controls', '') | |
video.nextElementSibling.remove() | |
}) | |
} | |
mutateInstagramVideo(document) | |
var observer = new MutationObserver(function(mutations) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<registrySnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<user>S-1-5-21-3145728412-1752322905-909997274-1000</user> | |
<keys> | |
<key installerType="Nsis" displayName="SteelSeries GG 80.0.0" displayVersion="80.0.0"> | |
<RegistryView>Registry64</RegistryView> | |
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SteelSeries GG</KeyPath> | |
<DefaultValue /> | |
<InstallLocation><![CDATA[]]></InstallLocation> | |
<UninstallString><![CDATA[C:\Program Files\SteelSeries\GG\uninst.exe]]></UninstallString> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <Application.h> | |
#include <Window.h> | |
#include <GLView.h> | |
#include <GL/gl.h> | |
#include <GL/glu.h> | |
#include <MessageRunner.h> | |
class MyGLView : public BGLView { | |
public: | |
MyGLView(BRect frame) | |
: BGLView(frame, "MyGLView", B_FOLLOW_ALL, 0, BGL_RGB | BGL_DOUBLE | BGL_DEPTH) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<registrySnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<user>S-1-5-21-2270195762-3335344054-2709297393-1000</user> | |
<keys> | |
<key installerType="Msi" displayName="hv-ms735-config" displayVersion="1.1.0.0"> | |
<RegistryView>Registry32</RegistryView> | |
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{ADF1D230-C5B5-4679-B2CF-E212CA2E8E79}</KeyPath> | |
<DefaultValue /> | |
<InstallLocation><![CDATA[]]></InstallLocation> | |
<UninstallString><![CDATA[MsiExec.exe /I{ADF1D230-C5B5-4679-B2CF-E212CA2E8E79}]]></UninstallString> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2025-02-11T08:48:43.516392534-06:00 [ERROR] { | |
"thread": "main", | |
"payload": "called `Option::unwrap()` on a `None` value", | |
"location_data": { | |
"file": "crates/gpui/src/window.rs", | |
"line": 2815 | |
}, | |
"backtrace": [ | |
"zed::reliability::init_panic_hook::{{closure}}::hcc698c3e0d5c3169+118730403", | |
"std::panicking::rust_panic_with_hook::hfe205f6954b2c97b+93624072", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package de.myema.keycloak; | |
import java.util.ArrayList; | |
import java.util.HashMap; | |
import java.util.HashSet; | |
import java.util.List; | |
import java.util.Map; | |
import org.jboss.logging.Logger; | |
import org.keycloak.models.ClientSessionContext; |