Skip to content

Commit

Permalink
Merge pull request #54 from Notarin/main
Browse files Browse the repository at this point in the history
Please merge its friday afternoon 3:35PM and I need to go home for christmas week, ill be back after new years
  • Loading branch information
Lvcky-gg authored Dec 22, 2023
2 parents 29c724a + bd26452 commit bf41691
Show file tree
Hide file tree
Showing 65 changed files with 531 additions and 38 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/notify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Notify

on:
push:
branches:
- main

jobs:
create_issue:
runs-on: ubuntu-latest
steps:
- name: Create Issue
uses: imjohnbo/issue-bot@v3
with:
title: 'Hey theres new commits on main'
body: 'you should check it out.'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/discord.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions .idea/notNotOdd.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .idea/notNotOdd2.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/perl5local.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions bin/notNotOdd.pl
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
use strict;
use warnings;

my $num;
my $lastDig;
my $what;
my $this_is_the_thing_that_does_what_we_need_to_do_what_we_need;

# Need my digit sets
# perl doesn't support sets so have to make them manually
my %odd = (
my %funny_numbers = (
1 => 1,
3 => 1,
5 => 1,
Expand All @@ -18,16 +18,16 @@
print STDERR "ERROR: No input provided\n";
exit 1;
}
$num = $ARGV[0];
$what = $ARGV[0];

#some debug if anyone needs it in the future
#print "Number " . $num . "\n";

if ($num =~ /(\d)[^\d]*$/) {
$lastDig = int($1);
if ($what =~ /(\d)[^\d]*$/) {
$this_is_the_thing_that_does_what_we_need_to_do_what_we_need = int($1);
}

if(exists $odd{$lastDig}){
if(exists $funny_numbers{$this_is_the_thing_that_does_what_we_need_to_do_what_we_need}){
print "True\n";
exit 0;
}
Expand Down
4 changes: 2 additions & 2 deletions build_time/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

364 changes: 354 additions & 10 deletions build_time/src/main.rs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build_time/target/.rustc_info.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"rustc_fingerprint":6214074398580375173,"outputs":{"4614504638168534921":{"success":true,"status":"","code":0,"stdout":"rustc 1.74.1 (a28077b28 2023-12-04)\nbinary: rustc\ncommit-hash: a28077b28a02b92985b3a3faecf92813155f1ea1\ncommit-date: 2023-12-04\nhost: x86_64-unknown-linux-gnu\nrelease: 1.74.1\nLLVM version: 17.0.4\n","stderr":""},"2515683328288651667":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/home/samuel/.rustup/toolchains/stable-x86_64-unknown-linux-gnu\noff\npacked\nunpacked\n___\ndebug_assertions\nfeature=\"cargo-clippy\"\npanic=\"unwind\"\nproc_macro\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"linux\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"unknown\"\nunix\n","stderr":""}},"successes":{}}
{"rustc_fingerprint":6881631183339051472,"outputs":{"4614504638168534921":{"success":true,"status":"","code":0,"stdout":"rustc 1.72.1 (d5c2e9c34 2023-09-13)\nbinary: rustc\ncommit-hash: d5c2e9c342b358556da91d61ed4133f6f50fc0c3\ncommit-date: 2023-09-13\nhost: x86_64-unknown-linux-gnu\nrelease: 1.72.1\nLLVM version: 16.0.5\n","stderr":""},"15729799797837862367":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/home/notarin/.rustup/toolchains/stable-x86_64-unknown-linux-gnu\noff\npacked\nunpacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"linux\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"unknown\"\nunix\n","stderr":""}},"successes":{}}
Loading

0 comments on commit bf41691

Please sign in to comment.