Skip to content

Instantly share code, notes, and snippets.

View nvtienanh's full-sized avatar
🇻🇳
Hello, World!

Anh Nguyen nvtienanh

🇻🇳
Hello, World!
View GitHub Profile
@nvtienanh
nvtienanh / deployment.yaml
Created July 11, 2023 14:33
Manifest to deploy Jenkins on K8s
apiVersion: apps/v1
kind: Deployment
metadata:
name: jenkins
namespace: jenkins
spec:
selector:
matchLabels:
app: jenkins
template:
@nvtienanh
nvtienanh / code1.m
Created July 9, 2017 15:07
Code for blogs
function xdot=r2dof(t,x,ths,spec,Kpid)
xdot=zeros(8,1);
%% set-points
th1s=ths(1);
th2s=ths(2);
%% Robot Specifications
M1=spec(3);
M2=spec(4);
L1=spec(1);
L2=spec(2);
@nvtienanh
nvtienanh / Humanoid_.idea_Humanoid.iml
Created March 22, 2017 16:42
Humanoid robot simulation using Python
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
<component name="TestRunnerService">
<option name="PROJECT_TEST_RUNNER" value="Unittests" />
</component>