View rocket_session_gats.rs
use rocket::{error::Error, get, response::content::Html, routes}; | |
use turbopump::nightly::{ | |
fairing::{config::SameSite, config::SessionConfig, SessionFairing}, | |
in_memory::InMemory, | |
Session, | |
}; | |
#[derive(Clone, Default)] | |
struct SessionData { | |
hit_counter: u32, |
View playground.rs
// NOTE: THIS DOES NOT COMPILE | |
// | |
// Just a proof of concept of the code I have written and how I'd like to be | |
// able to use it. | |
pub extern crate r2d2; | |
#[cfg(feature = "diesel_sqlite")] | |
pub extern crate diesel; |
View Core_Guidelines_Links.md
Links for C++ Core Guidelines
View keybase.md
Keybase proof
I hereby claim:
- I am eld on github.
- I am edattore (https://keybase.io/edattore) on keybase.
- I have a public key whose fingerprint is 587B AB64 E1DA 9102 2A70 4EF6 612B BD5F DD72 163B
To claim this, I am signing this object:
View Boost_VM_Files.cpp
std::vector<std::string> getVmFiles(const boost::filesystem::path& dirToSearch) | |
{ | |
std::vector<std::string> files; | |
for (const auto& file : boost::make_iterator_range(boost::filesystem::recursive_directory_iterator{dirToSearch}, {})) { | |
std::regex vmFile{R"((?:.*).vm)"}; | |
if (boost::filesystem::is_regular_file(file) && std::regex_search(file.path().string().begin(), file.path().string().end(), vmFile)) { | |
files.emplace_back(file.path().string()); | |
} | |
} |
View Recursive Data Filter.php
<?php | |
/** | |
* This function recursively searches the JSON API and picks out the | |
* specified items based on the parameters passed into the function | |
* | |
* @param array $data | |
* @param string $needle | |
* @param string $catNeedle | |
* @return array |
View ksp_mods.md
KSP Mod List
No links, yet, but they will be added in the future
- Adjustable Landing Gear
- Animate Emissive Module
- Animated Decouplers
- Atmospheric Sound Enhancement
- BahamutoD Animation Modules
- Chatterer
- Collision FX
- Community Resource Pack