Skip to content

Commit

Permalink
backup
Browse files Browse the repository at this point in the history
  • Loading branch information
patbonecrusher committed Jan 21, 2020
1 parent d0d0b5e commit 678d88d
Show file tree
Hide file tree
Showing 9 changed files with 983 additions and 57 deletions.
2 changes: 2 additions & 0 deletions dotfiles/default-python-packages
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
howdoi
ws.gitpersona
81 changes: 28 additions & 53 deletions dotfiles/fromscratch/content.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,70 +9,45 @@



Proposal (goal to fall)
Exploratory for 1 month

-

### Convert to swift

Instead of doing a brute force obj-C to swift conversion, I suggest taking a more iterative approach where we convert the app to swift in steps.

Overall goals:

* Get the core of the app functional
* xml parsing/rendering logic
* synching template
* synching of data
* Available in the App Store (with sample data set)
* Progress when doing long operation such as importing images (basically re-write image selection logic)
* multiple image selection : https://github.com/nohana/NohanaImagePicker
* Support for iPad portrait
Tomorrow:
[ ] Diagnostic
[ ] Finish writing email
[ ] Update jira tasks

[ ] Go over my assigned Jira
[x] Do my timesheet

[ ] High Priority plan
[ ] Script cleanup
[ ] Release jenkins job for production
[ ] scripts
[ ] firmware

[ ] Finish production release
[ ] Release 1.2 rc



### Rewrite to react native

multiple image picker is not native to iOS
swift: https://github.com/nohana/NohanaImagePicker)
react native: https://github.com/ivpusic/react-native-image-crop-picker
I suggest we fix it so that it shows progress for cloud picture download"

[ ] Provide list of knobs and button that goes in action count (boardinfo dump should list them all)
[ ] Provide board info instructions (send confluence page)
[ ] Add store action count to suspend (not just shut down)
[ ] Board info have a save and restore options using json


visudo and then add
# Allow members of group sudo to execute any command
%sudo ALL=(ALL:ALL) NOPASSWD:ALLGreg Rowe [3:02 PM]
add NOPASSWD: prior to the last ALL in sudoers

[ ] Makefile to replace Android.mk


Protecode
FOSSology
OSS Discovery (itself having GNU Affero Public License v3)
Palamida
Ninka (itself GNU GPL licensed)
Masterbranch but it seems sadly in standby (or dead?) since its main actors were hired by TalentBin around the beginning of 2013.
Coderwall more focused on developers and teams
Open Source Software Directory (only a search tool)
The Free Software Directory (wiki)

Black duck
HUB is the black solution (portal?)
scan client (secure hashes and fingerprint), web portal, knowledge base
match the security risks, and version information risks
10.1.6.62
username jenkins
password d3Grouppa$$

scan all language
can be saas (we are not interested)
produce BIL
produce a license risk
code is in the project folder.

confidence factor? no way to reach 100% guarantee, black duck is the longest.
team on the backend that will fix false negative or false positive
https://d3engineering.atlassian.net/wiki/spaces/PPF/pages/451477505/Automated+Test+Stations
https://d3engineering.atlassian.net/wiki/spaces/PPF/pages/509018114/Automated+Tests

can generate the notices file (the report) would be the deliverabe the customer wants to see
Policy management (can be setup to notify anybody when a policy is violated)''

Annual subscription
- based on the amount of code.
- around 3-5-7 56k annually.
add to slack
2 changes: 1 addition & 1 deletion dotfiles/fromscratch/folds
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"folds":[]}
{"folds":[[21,39],[0,24]]}
2 changes: 1 addition & 1 deletion dotfiles/fromscratch/windowstate
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"isMaximized":false,"bounds":{"x":8,"y":0,"width":1134,"height":800}}
{"isMaximized":false,"bounds":{"x":0,"y":0,"width":921,"height":1200}}
5 changes: 4 additions & 1 deletion dotfiles/gitconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[user]
name = Patrick Laplante
name = Pat Laplante
email = [email protected]

[includeIf "gitdir:~/Projects/tsc/"]
path = ~/.gitconfig-tsc

[core]
excludesfile = /Users/pat/.gitignore_global
autocrlf = false
Expand Down
3 changes: 3 additions & 0 deletions dotfiles/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ source ${enki_location}/scripts/source/source_my_scripts.zsh

# Remove the duplicate
normalize_path

test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh" || true

Loading

0 comments on commit 678d88d

Please sign in to comment.