I hereby claim:
- I am b01 on github.
- I am khalifahks (https://keybase.io/khalifahks) on keybase.
- I have a public key ASDfFu2SS7i75MWU98LyllxQPiKAkbye2pv6Ae2k_VOzrAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
package main | |
import ( | |
"fmt" | |
"time" | |
) | |
func main() { | |
} |
{ | |
"Version": "2012-10-17", | |
"Statement": [ | |
{ | |
"Sid": "AllowServicesListedBelow", | |
"Effect": "Allow", | |
"Action": [ | |
"account:*", | |
"access-analyzer:*", | |
"autoscaling:*", |
# Directories | |
# ----------- | |
/build-env/ | |
/python/ | |
# Files | |
# ----- | |
dependencies.zip |
#!/bin/sh | |
# Copyright 2023 Khalifah K. Shabazz | |
# | |
# Permission is hereby granted, free of charge, to any person obtaining a | |
# copy of this software and associated documentation files (the “Software”), | |
# to deal in the Software without restriction, including without limitation | |
# the rights to use, copy, modify, merge, publish, distribute, sublicense, | |
# and/or sell copies of the Software, and to permit persons to whom the | |
# Software is furnished to do so, subject to the following conditions: |
<?php | |
/** | |
* Modify the template data. | |
* | |
* @param array $renderData | |
* @return array | |
*/ | |
return function (array $renderData) { | |
$renderData['classNamespace'] = 'Tests\\Companies'; |