Skip to content

Instantly share code, notes, and snippets.

View okamanda's full-sized avatar

Olivier Kamanda okamanda

View GitHub Profile
<script type="text/javascript" src="https://www.proudandblack.com/js/allyproudandblack.js"></script>
<script>
AllyBadge.init({layout:1, theme:'dark'})
</script>
@okamanda
okamanda / ProudAndBlackGist
Last active July 2, 2020 00:30
Proud and Black Business Badge
<script type="text/javascript" src="https://www.proudandblack.com/js/proudandblack.js"></script>
<script>
ProudAndBlackBadge.init({layout:1, theme:'dark'})
</script>
"relatedCodebase": {
"type": "array",
"description": "An array of forked, cloned, or other otherwise reused source code repositories.",
"items": {
"type": "object",
"properties": {
"codeName": {
"type": "string",
"description": "The name of the code repository, project, library or release."
},
@okamanda
okamanda / draft changes
Created July 17, 2017 19:57
changes between v101 sample json and draft v102
--- sample_code.json 2017-07-12 16:22:02.000000000 -0400
+++ draftcodegovschema.json 2017-07-14 16:20:36.000000000 -0400
@@ -1,49 +1,147 @@
{
- "version":"1.0.1",
- "agency": "DOABC",
- "projects": [
- {
- "name": "mygov",
- "organization": "XYZ Department",
@okamanda
okamanda / code.json
Created September 9, 2016 17:42
code.json v2
{
"agencyAcronym": "FAKE1",
"projects": [
{
"vcs": "git",
"repoPath": "https://github.com/presidential-innovation-fellows/mygov",
"repoName": "mygov",
"repoID": "5518578",
"projectURL": null,
voterConversation = new Conversation();
function RunConversation(voterConversation)
{
int challengenumber=0;
int questionnumber=0;
int calloutnumber=0;
print(“Hi “+voterConversation->ID+ “I can help you register to vote. I just need to ask you” + voterConversation->Complexity + “questions. Is that OK?”);
class Conversation
{
public integer PromptID;
public string Prompt;
private integer InquirerID;
public array (string) Challenges;
public array (string) Questions;
public array (string) Callout;
public string Cavalry;
public integer Complexity;