Skip to content

Instantly share code, notes, and snippets.

View FreekingDean's full-sized avatar
🕴️
MIBSL

Dean Galvin FreekingDean

🕴️
MIBSL
  • Montclair, NJ
View GitHub Profile
const fs = require('fs');
const details = () => {
return {
id: "Tdarr_Plugin_bboy_create_reres",
Name: "Create copy of video downsized and recoded",
Type: "Video",
Operation: "Transcode",
Description: `Creates a copy of a video in preperation to downsize
This will check the resolution of the current file, if it is above
package adt;
import java.lang.reflect.Array;
public class LinkedList<E> implements List<E> {
private Node<E> head;
int size;
public LinkedList() {
size = 0;
@FreekingDean
FreekingDean / info.md
Created December 19, 2019 15:25
FTB Revelations Docs:
ssh_authorized_keys:
- github:FreekingDean
write_files:
- path: /etc/conf.d/qemu-guest-agent
content: |-
GA_PATH=/dev/vport2p1
owner: root
permissions: '0644'
@FreekingDean
FreekingDean / ignition.tf
Created September 29, 2019 23:52
VM - Module
locals {
hostname_prefix = "${var.orchistration_type}_${var.node_type}"
hostname_id_format = "%02d"
}
data "ignition_config" "startup" {
users = [
data.ignition_user.user.id
]
diff --git a/src/cmd/compile/internal/gc/subr.go b/src/cmd/compile/internal/gc/subr.go
index 629186829a..fabae194be 100644
--- a/src/cmd/compile/internal/gc/subr.go
+++ b/src/cmd/compile/internal/gc/subr.go
@@ -1710,6 +1710,23 @@ func implements(t, iface *types.Type, m, samename **types.Field, ptr *int) bool
return false
}
tm := tms[i]
+
+ for _, f := range types.ParamsResults {
# frozen_string_literal: true
begin
require "bundler/inline"
rescue LoadError => e
$stderr.puts "Bundler version 1.10 or later is required. Please update your Bundler"
raise e
end
gemfile(true) do
def cidr_conflicts
ipa = get_ip_address
if permission
rules = user.rules.denied
else
rules = user.rules.allowed
end
conflicts_array = []
rules.each do |rule|
rule_ipa = get_ip_address(rule.cidr)
import React from 'react';
class App extends React.Component {
constructor(){
super();
this.state = {expression: '0', runningTotal: 0 }
}
shouldComponentUpdate(nextProps) {
//YOUR CODE GOES HERE
return true;

Keybase proof

I hereby claim:

  • I am freekingdean on github.
  • I am deangalvin (https://keybase.io/deangalvin) on keybase.
  • I have a public key ASCym56gwdmRKYJPyLrEB9pe00iDSnKzT1EN_FEWXMiMEwo

To claim this, I am signing this object: