2020-09-01 22:27:57 +02:00
<?xml version="1.0" encoding="utf-8"?>
< !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" lang = "en" xml:lang = "en" >
< head >
2021-03-27 16:00:10 +01:00
<!-- 2021 - 03 - 27 sam. 16:00 -->
2020-09-01 22:27:57 +02:00
< meta http-equiv = "Content-Type" content = "text/html;charset=utf-8" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
2020-09-01 22:35:55 +02:00
< title > Bookmarks< / title >
2020-09-01 22:27:57 +02:00
< meta name = "generator" content = "Org mode" / >
< meta name = "author" content = "Thomas" / >
< style type = "text/css" >
<!-- /* --> <![CDATA[/*> <!-- */
.title { text-align: center;
margin-bottom: .2em; }
.subtitle { text-align: center;
font-size: medium;
font-weight: bold;
margin-top:0; }
.todo { font-family: monospace; color: red; }
.done { font-family: monospace; color: green; }
.priority { font-family: monospace; color: orange; }
.tag { background-color: #eee; font-family: monospace;
padding: 2px; font-size: 80%; font-weight: normal; }
.timestamp { color: #bebebe; }
.timestamp-kwd { color: #5f9ea0; }
.org-right { margin-left: auto; margin-right: 0px; text-align: right; }
.org-left { margin-left: 0px; margin-right: auto; text-align: left; }
.org-center { margin-left: auto; margin-right: auto; text-align: center; }
.underline { text-decoration: underline; }
#postamble p, #preamble p { font-size: 90%; margin: .2em; }
p.verse { margin-left: 3%; }
pre {
border: 1px solid #ccc;
box-shadow: 3px 3px 3px #eee;
padding: 8pt;
font-family: monospace;
overflow: auto;
margin: 1.2em;
}
pre.src {
position: relative;
2021-03-27 16:00:10 +01:00
overflow: auto;
2020-09-01 22:27:57 +02:00
padding-top: 1.2em;
}
pre.src:before {
display: none;
position: absolute;
background-color: white;
top: -10px;
right: 10px;
padding: 3px;
border: 1px solid black;
}
2021-03-27 16:00:10 +01:00
pre.src:hover:before { display: inline; margin-top: 14px;}
2020-09-01 22:27:57 +02:00
/* Languages per Org manual */
pre.src-asymptote:before { content: 'Asymptote'; }
pre.src-awk:before { content: 'Awk'; }
pre.src-C:before { content: 'C'; }
/* pre.src-C++ doesn't work in CSS */
pre.src-clojure:before { content: 'Clojure'; }
pre.src-css:before { content: 'CSS'; }
pre.src-D:before { content: 'D'; }
pre.src-ditaa:before { content: 'ditaa'; }
pre.src-dot:before { content: 'Graphviz'; }
pre.src-calc:before { content: 'Emacs Calc'; }
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
pre.src-fortran:before { content: 'Fortran'; }
pre.src-gnuplot:before { content: 'gnuplot'; }
pre.src-haskell:before { content: 'Haskell'; }
pre.src-hledger:before { content: 'hledger'; }
pre.src-java:before { content: 'Java'; }
pre.src-js:before { content: 'Javascript'; }
pre.src-latex:before { content: 'LaTeX'; }
pre.src-ledger:before { content: 'Ledger'; }
pre.src-lisp:before { content: 'Lisp'; }
pre.src-lilypond:before { content: 'Lilypond'; }
pre.src-lua:before { content: 'Lua'; }
pre.src-matlab:before { content: 'MATLAB'; }
pre.src-mscgen:before { content: 'Mscgen'; }
pre.src-ocaml:before { content: 'Objective Caml'; }
pre.src-octave:before { content: 'Octave'; }
pre.src-org:before { content: 'Org mode'; }
pre.src-oz:before { content: 'OZ'; }
pre.src-plantuml:before { content: 'Plantuml'; }
pre.src-processing:before { content: 'Processing.js'; }
pre.src-python:before { content: 'Python'; }
pre.src-R:before { content: 'R'; }
pre.src-ruby:before { content: 'Ruby'; }
pre.src-sass:before { content: 'Sass'; }
pre.src-scheme:before { content: 'Scheme'; }
pre.src-screen:before { content: 'Gnu Screen'; }
pre.src-sed:before { content: 'Sed'; }
pre.src-sh:before { content: 'shell'; }
pre.src-sql:before { content: 'SQL'; }
pre.src-sqlite:before { content: 'SQLite'; }
/* additional languages in org.el's org-babel-load-languages alist */
pre.src-forth:before { content: 'Forth'; }
pre.src-io:before { content: 'IO'; }
pre.src-J:before { content: 'J'; }
pre.src-makefile:before { content: 'Makefile'; }
pre.src-maxima:before { content: 'Maxima'; }
pre.src-perl:before { content: 'Perl'; }
pre.src-picolisp:before { content: 'Pico Lisp'; }
pre.src-scala:before { content: 'Scala'; }
pre.src-shell:before { content: 'Shell Script'; }
pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
/* additional language identifiers per "defun org-babel-execute"
in ob-*.el */
pre.src-cpp:before { content: 'C++'; }
pre.src-abc:before { content: 'ABC'; }
pre.src-coq:before { content: 'Coq'; }
pre.src-groovy:before { content: 'Groovy'; }
/* additional language identifiers from org-babel-shell-names in
ob-shell.el: ob-shell is the only babel language using a lambda to put
the execution function name together. */
pre.src-bash:before { content: 'bash'; }
pre.src-csh:before { content: 'csh'; }
pre.src-ash:before { content: 'ash'; }
pre.src-dash:before { content: 'dash'; }
pre.src-ksh:before { content: 'ksh'; }
pre.src-mksh:before { content: 'mksh'; }
pre.src-posh:before { content: 'posh'; }
/* Additional Emacs modes also supported by the LaTeX listings package */
pre.src-ada:before { content: 'Ada'; }
pre.src-asm:before { content: 'Assembler'; }
pre.src-caml:before { content: 'Caml'; }
pre.src-delphi:before { content: 'Delphi'; }
pre.src-html:before { content: 'HTML'; }
pre.src-idl:before { content: 'IDL'; }
pre.src-mercury:before { content: 'Mercury'; }
pre.src-metapost:before { content: 'MetaPost'; }
pre.src-modula-2:before { content: 'Modula-2'; }
pre.src-pascal:before { content: 'Pascal'; }
pre.src-ps:before { content: 'PostScript'; }
pre.src-prolog:before { content: 'Prolog'; }
pre.src-simula:before { content: 'Simula'; }
pre.src-tcl:before { content: 'tcl'; }
pre.src-tex:before { content: 'TeX'; }
pre.src-plain-tex:before { content: 'Plain TeX'; }
pre.src-verilog:before { content: 'Verilog'; }
pre.src-vhdl:before { content: 'VHDL'; }
pre.src-xml:before { content: 'XML'; }
pre.src-nxml:before { content: 'XML'; }
/* add a generic configuration mode; LaTeX export needs an additional
(add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
pre.src-conf:before { content: 'Configuration File'; }
table { border-collapse:collapse; }
caption.t-above { caption-side: top; }
caption.t-bottom { caption-side: bottom; }
td, th { vertical-align:top; }
th.org-right { text-align: center; }
th.org-left { text-align: center; }
th.org-center { text-align: center; }
td.org-right { text-align: right; }
td.org-left { text-align: left; }
td.org-center { text-align: center; }
dt { font-weight: bold; }
.footpara { display: inline; }
.footdef { margin-bottom: 1em; }
.figure { padding: 1em; }
.figure p { text-align: center; }
.equation-container {
display: table;
text-align: center;
width: 100%;
}
.equation {
vertical-align: middle;
}
.equation-label {
display: table-cell;
text-align: right;
vertical-align: middle;
}
.inlinetask {
padding: 10px;
border: 2px solid gray;
margin: 10px;
background: #ffffcc;
}
#org-div-home-and-up
{ text-align: right; font-size: 70%; white-space: nowrap; }
textarea { overflow-x: auto; }
.linenr { font-size: smaller }
.code-highlighted { background-color: #ffff00; }
.org-info-js_info-navigation { border-style: none; }
#org-info-js_console-label
{ font-size: 10px; font-weight: bold; white-space: nowrap; }
.org-info-js_search-highlight
{ background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { width: 90%; }
/*]]>*/-->
< / style >
< link rel = "stylesheet" type = "text/css" href = "./css/htmlize.css" / >
< link rel = "stylesheet" type = "text/css" href = "./css/readtheorg.css" / >
< link rel = "stylesheet" type = "text/css" href = "./css/bookmarks.css" / >
< script src = "./js/jquery.min.js" > < / script >
< script src = "./js/bootstrap.min.js" > < / script >
< script src = "./js/jquery.stickytableheaders.min.js" > < / script >
< script src = "./js/readtheorg.js" > < / script >
< script src = "./js/bookmarks.js" > < / script >
< script type = "text/javascript" >
2021-03-27 16:00:10 +01:00
// @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a& dn=public-domain.txt Public Domain
2020-09-01 22:27:57 +02:00
<!-- /* --> <![CDATA[/*> <!-- */
2021-03-27 16:00:10 +01:00
function CodeHighlightOn(elem, id)
{
var target = document.getElementById(id);
if(null != target) {
elem.classList.add("code-highlighted");
target.classList.add("code-highlighted");
}
}
function CodeHighlightOff(elem, id)
{
var target = document.getElementById(id);
if(null != target) {
elem.classList.remove("code-highlighted");
target.classList.remove("code-highlighted");
}
}
/*]]>*///-->
// @license-end
2020-09-01 22:27:57 +02:00
< / script >
< / head >
< body >
< div id = "content" >
2020-09-01 22:35:55 +02:00
< h1 class = "title" > Bookmarks< / h1 >
2020-09-01 22:27:57 +02:00
< input type = "text" id = "search" placeholder = "Type to search" >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orga1251e0" class = "outline-2" >
< h2 id = "orga1251e0" > < span class = "section-number-2" > 1< / span > < a href = "https://www.reddit.com/" > Reddit: the front page of the internet< / a >       < span class = "tag" > < span class = "social" > social< / span > < / span > < / h2 >
< / div >
< div id = "outline-container-orgdce6c6c" class = "outline-2" >
< h2 id = "orgdce6c6c" > < span class = "section-number-2" > 2< / span > < a href = "https://zenodo.org/" > Zenodo - Research. Shared.< / a >       < span class = "tag" > < span class = "github" > github< / span >   < span class = "research" > research< / span >   < span class = "thesis" > thesis< / span >   < span class = "tool" > tool< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org02fe9c3" class = "outline-2" >
< h2 id = "org02fe9c3" > < span class = "section-number-2" > 3< / span > < a href = "https://www.connectedpapers.com/main/05e035051b76d0b9255e98755164e147f61f2118/Active-isolation-and-damping-of-vibrations-via-stewart-platform/graph" > Untitled< / a > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org5b76f97" class = "outline-2" >
< h2 id = "org5b76f97" > < span class = "section-number-2" > 4< / span > < a href = "https://prec-mech-lab.slack.com/" > Slack - PML< / a >       < span class = "tag" > < span class = "thesis" > thesis< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org70b0dcf" class = "outline-2" >
< h2 id = "org70b0dcf" > < span class = "section-number-2" > 5< / span > < a href = "https://nerdfonts.com/" > Nerd Fonts - Iconic font aggregator, collection, and patcher< / a >       < span class = "tag" > < span class = "design" > design< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org8bf52b3" class = "outline-2" >
< h2 id = "org8bf52b3" > < span class = "section-number-2" > 6< / span > < a href = "http://www.howardism.org/" > Howardism< / a >       < span class = "tag" > < span class = "_blog" > _blog< / span >   < span class = "_orgmode" > _orgmode< / span >   < span class = "emacs" > emacs< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgec21dd7" class = "outline-2" >
< h2 id = "orgec21dd7" > < span class = "section-number-2" > 7< / span > < a href = "https://github.com/tdehaeze" > tdehaeze (Thomas Dehaeze) · GitHub< / a >       < span class = "tag" > < span class = "github" > github< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org60a8a9a" class = "outline-2" >
< h2 id = "org60a8a9a" > < span class = "section-number-2" > 8< / span > < a href = "https://www.overleaf.com/" > Overleaf< / a >       < span class = "tag" > < span class = "latex" > latex< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org81131fd" class = "outline-2" >
< h2 id = "org81131fd" > < span class = "section-number-2" > 9< / span > < a href = "https://libertyvf.tv/" > Liberty Land : Téléchargement et streaming complet libertyvf.tv le vrai liberty< / a >       < span class = "tag" > < span class = "download" > download< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org2ad1ce6" class = "outline-2" >
< h2 id = "org2ad1ce6" > < span class = "section-number-2" > 10< / span > < a href = "https://sci.libgen.pw/" > SciHub< / a >       < span class = "tag" > < span class = "bibliography" > bibliography< / span >   < span class = "download" > download< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org135e0f3" class = "outline-2" >
< h2 id = "org135e0f3" > < span class = "section-number-2" > 11< / span > < a href = "https://phet.colorado.edu/en/simulations" > All Sims - PhET Simulations< / a >       < span class = "tag" > < span class = "science" > science< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org938d030" class = "outline-2" >
< h2 id = "org938d030" > < span class = "section-number-2" > 12< / span > < a href = "http://intranet.esrf.fr/home.html" > Intranet< / a >       < span class = "tag" > < span class = "esrf" > esrf< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgfc8b69d" class = "outline-2" >
< h2 id = "orgfc8b69d" > < span class = "section-number-2" > 13< / span > < a href = "https://www.extreme-down.ninja/home.html" > Extreme Download - Téléchargement gratuits< / a >       < span class = "tag" > < span class = "download" > download< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgd853f6e" class = "outline-2" >
< h2 id = "orgd853f6e" > < span class = "section-number-2" > 14< / span > < a href = "http://calendar.esrf.fr/egroupware/index.php?cd=yes" > ESRF - Calendar< / a >       < span class = "tag" > < span class = "esrf" > esrf< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orge1d1899" class = "outline-2" >
< h2 id = "orge1d1899" > < span class = "section-number-2" > 15< / span > < a href = "https://booksc.xyz/" > Electronic library. Download books free. Finding books< / a >       < span class = "tag" > < span class = "bibliography" > bibliography< / span >   < span class = "download" > download< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org892ff47" class = "outline-2" >
< h2 id = "org892ff47" > < span class = "section-number-2" > 16< / span > < a href = "https://ssl.esrf.fr/" > ESRF SSL Portal< / a >       < span class = "tag" > < span class = "esrf" > esrf< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org7b6871c" class = "outline-2" >
< h2 id = "org7b6871c" > < span class = "section-number-2" > 17< / span > < a href = "https://cloud.esrf.fr/" > ownCloud< / a >       < span class = "tag" > < span class = "esrf" > esrf< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org91f994b" class = "outline-2" >
< h2 id = "org91f994b" > < span class = "section-number-2" > 18< / span > < a href = "https://ssl.esrf.fr/+CSCO+1h756767633A2F2F666C7A636E++/sympa/lists" > ESRF Mailing Lists< / a >       < span class = "tag" > < span class = "esrf" > esrf< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org5a398aa" class = "outline-2" >
< h2 id = "org5a398aa" > < span class = "section-number-2" > 19< / span > < a href = "https://wwws.esrf.fr/magellan/flex/MagellanApp.html" > Magellan App< / a >       < span class = "tag" > < span class = "esrf" > esrf< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgbe423f1" class = "outline-2" >
< h2 id = "orgbe423f1" > < span class = "section-number-2" > 20< / span > < a href = "http://phonebook.esrf.fr/ESRFPhoneDir" > ESRF phone directory main page< / a >       < span class = "tag" > < span class = "esrf" > esrf< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org75d9c29" class = "outline-2" >
< h2 id = "org75d9c29" > < span class = "section-number-2" > 21< / span > < a href = "https://compweb.esrf.fr/public/nice/matlab_licence.php" > Matlab Licences< / a >       < span class = "tag" > < span class = "esrf" > esrf< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org1934a86" class = "outline-2" >
< h2 id = "org1934a86" > < span class = "section-number-2" > 22< / span > < a href = "https://calendar.google.com/calendar/render?pli=1#main_7%7Cmonth" > Google Agenda< / a >       < span class = "tag" > < span class = "agenda" > agenda< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org87b46cf" class = "outline-2" >
< h2 id = "org87b46cf" > < span class = "section-number-2" > 23< / span > < a href = "https://scholar.google.be/" > Google Scholar< / a >       < span class = "tag" > < span class = "bibliography" > bibliography< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgd6847cb" class = "outline-2" >
< h2 id = "orgd6847cb" > < span class = "section-number-2" > 24< / span > < a href = "http://gen.lib.rus.ec/" > Library Genesis< / a >       < span class = "tag" > < span class = "bibliography" > bibliography< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgb643a25" class = "outline-2" >
< h2 id = "orgb643a25" > < span class = "section-number-2" > 25< / span > < a href = "http://b-ok.org/" > Electronic library. Download books free. Finding books< / a >       < span class = "tag" > < span class = "bibliography" > bibliography< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org27cb617" class = "outline-2" >
< h2 id = "org27cb617" > < span class = "section-number-2" > 26< / span > < a href = "https://www.semanticscholar.org/" > Semantic Scholar - An academic search engine for scientific articles< / a >       < span class = "tag" > < span class = "bibliography" > bibliography< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgb2cf0eb" class = "outline-2" >
< h2 id = "orgb2cf0eb" > < span class = "section-number-2" > 27< / span > < a href = "http://folk.ntnu.no/skoge/book/" > Multivariable feedback control< / a >       < span class = "tag" > < span class = "bibliography" > bibliography< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org55e343b" class = "outline-2" >
< h2 id = "org55e343b" > < span class = "section-number-2" > 28< / span > < a href = "https://www.springer.com/fr" > Springer - International Publisher Science, Technology, Medicine< / a >       < span class = "tag" > < span class = "bibliography" > bibliography< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgf5ca101" class = "outline-2" >
< h2 id = "orgf5ca101" > < span class = "section-number-2" > 29< / span > < a href = "https://my.uliege.be/portail/index.do" > myULiège< / a >       < span class = "tag" > < span class = "phd" > phd< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgeb43696" class = "outline-2" >
< h2 id = "orgeb43696" > < span class = "section-number-2" > 30< / span > < a href = "http://www.serveuram.ulg.ac.be/wiki/doku.php?id=tricks:start" > Logiciels ULG< / a >       < span class = "tag" > < span class = "phd" > phd< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orge363e75" class = "outline-2" >
< h2 id = "orge363e75" > < span class = "section-number-2" > 31< / span > < a href = "https://www.gktorrent.io/" > GkTorrent.io: Télécharger sur GkTorrent Officiel< / a >       < span class = "tag" > < span class = "torrent" > torrent< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org4c42250" class = "outline-2" >
< h2 id = "org4c42250" > < span class = "section-number-2" > 32< / span > < a href = "http://pml.ulb.ac.be/" > Precision Mechatronics Laboratory< / a >       < span class = "tag" > < span class = "phd" > phd< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgc362add" class = "outline-2" >
< h2 id = "orgc362add" > < span class = "section-number-2" > 33< / span > < a href = "https://www.am.uliege.be/cms/c_2715326/en/am-portail" > AM - Portail< / a >       < span class = "tag" > < span class = "phd" > phd< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org156dc7e" class = "outline-2" >
< h2 id = "org156dc7e" > < span class = "section-number-2" > 34< / span > < a href = "https://orcid.org/my-orcid" > ORCID< / a >       < span class = "tag" > < span class = "phd" > phd< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgcc04953" class = "outline-2" >
< h2 id = "orgcc04953" > < span class = "section-number-2" > 35< / span > < a href = "https://www.researcherid.com/Workspace.action" > ResearcherID.com< / a >       < span class = "tag" > < span class = "phd" > phd< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orge241fd4" class = "outline-2" >
< h2 id = "orge241fd4" > < span class = "section-number-2" > 36< / span > < a href = "https://e-space.frs-fnrs.be/" > FNRS - Espace< / a >       < span class = "tag" > < span class = "phd" > phd< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgf6edc44" class = "outline-2" >
< h2 id = "orgf6edc44" > < span class = "section-number-2" > 37< / span > < a href = "https://prec-mech-lab.slack.com/messages/C8SUB4RDH/" > Precision Mechatronics Laboratory Slack< / a >       < span class = "tag" > < span class = "phd" > phd< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org0bf9ad7" class = "outline-2" >
< h2 id = "org0bf9ad7" > < span class = "section-number-2" > 38< / span > < a href = "http://www.keyboard-layout-editor.com/" > Keyboard Layout Editor< / a >       < span class = "tag" > < span class = "keyboard" > keyboard< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgb0700e1" class = "outline-2" >
< h2 id = "orgb0700e1" > < span class = "section-number-2" > 39< / span > < a href = "https://www.keybr.com/#!practice" > Take typing speed test. Learn to type faster.< / a >       < span class = "tag" > < span class = "keyboard" > keyboard< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgec96069" class = "outline-2" >
< h2 id = "orgec96069" > < span class = "section-number-2" > 40< / span > < a href = "https://www.limetorrents.info/" > LimeTorrents - Download Verified Torrents< / a >       < span class = "tag" > < span class = "download" > download< / span >   < span class = "torrent" > torrent< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgdc10a65" class = "outline-2" >
< h2 id = "orgdc10a65" > < span class = "section-number-2" > 41< / span > < a href = "https://sciencefair-app.com/" > ScienceFair< / a >       < span class = "tag" > < span class = "bibliography" > bibliography< / span >   < span class = "thesis" > thesis< / span >   < span class = "tool" > tool< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org0f095cf" class = "outline-2" >
< h2 id = "org0f095cf" > < span class = "section-number-2" > 42< / span > < a href = "https://app.asana.com/0/471387035934578/list" > Asana< / a >       < span class = "tag" > < span class = "tools" > tools< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org60ae4e7" class = "outline-2" >
< h2 id = "org60ae4e7" > < span class = "section-number-2" > 43< / span > < a href = "https://www.seeedstudio.com/fusion.html" > Fusion PCB & PCB Assembly & Flexible PCB - Seeed Studio< / a >       < span class = "tag" > < span class = "electronics" > electronics< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org3437536" class = "outline-2" >
< h2 id = "org3437536" > < span class = "section-number-2" > 44< / span > < a href = "http://paletton.com/#uid=1000u0kllllaFw0g0qFqFg0w0aF" > Paletton - The Color Scheme Designer< / a >       < span class = "tag" > < span class = "tools" > tools< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgcc83b27" class = "outline-2" >
< h2 id = "orgcc83b27" > < span class = "section-number-2" > 45< / span > < a href = "https://libertyvf.biz/" > Liberty Land : Téléchargement et streaming complet libertyvf.biz le vrai liberty< / a >       < span class = "tag" > < span class = "download" > download< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org7d8b7bb" class = "outline-2" >
< h2 id = "org7d8b7bb" > < span class = "section-number-2" > 46< / span > < a href = "http://trozam.com/" > Trozam - Streaming< / a >       < span class = "tag" > < span class = "download" > download< / span >   < span class = "streaming" > streaming< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgf97fb8a" class = "outline-2" >
< h2 id = "orgf97fb8a" > < span class = "section-number-2" > 47< / span > < a href = "http://www.sercel.com/products/Pages/land.aspx" > Land Seismic Acquisition - Sercel< / a >       < span class = "tag" > < span class = "measurement" > measurement< / span >   < span class = "vibration" > vibration< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org9e73207" class = "outline-2" >
< h2 id = "org9e73207" > < span class = "section-number-2" > 48< / span > < a href = "http://www.symetrie.fr/fr/hexapodes/hexapodes-de-positionnement/nanopos/" > NanoPos - Symetrie< / a >       < span class = "tag" > < span class = "hexapods" > hexapods< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgc2adef1" class = "outline-2" >
< h2 id = "orgc2adef1" > < span class = "section-number-2" > 49< / span > < a href = "http://www.directindustry.com/industrial-manufacturer/positioning-system-76347.html" > Positioning system, Positioning device - All industrial manufacturers - Videos< / a >       < span class = "tag" > < span class = "hexapods" > hexapods< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgb1221c2" class = "outline-2" >
< h2 id = "orgb1221c2" > < span class = "section-number-2" > 50< / span > < a href = "https://greatescape.co/" > Cheapest flights< / a >       < span class = "tag" > < span class = "trips" > trips< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgca09e55" class = "outline-2" >
< h2 id = "orgca09e55" > < span class = "section-number-2" > 51< / span > < a href = "http://www.smaract.com/products/smarpod-hexapod" > SmarPod - Parallel-Kinematics for Precise Applications< / a >       < span class = "tag" > < span class = "hexapods" > hexapods< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org4ed6c8d" class = "outline-2" >
< h2 id = "org4ed6c8d" > < span class = "section-number-2" > 52< / span > < a href = "https://www.aerotech.com/product-catalog/hexapods.aspx" > Hexapod Six DOF Positioners | Aerotech, Inc.< / a >       < span class = "tag" > < span class = "hexapods" > hexapods< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org3bd4037" class = "outline-2" >
< h2 id = "org3bd4037" > < span class = "section-number-2" > 53< / span > < a href = "http://www.celeramotion.com/products-solutions/linear-motors-voice-coil/juke-round-body" > Juke round body linear voice coil motors | Applimotion< / a >       < span class = "tag" > < span class = "voice_coil" > voice_coil< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org933a008" class = "outline-2" >
< h2 id = "org933a008" > < span class = "section-number-2" > 54< / span > < a href = "http://www.motioncontrolproducts.com/motors/circular-voice-coil-actuators.php?cat=1" > AVM Voice Coil Motors | Motors | Motion Control Products< / a >       < span class = "tag" > < span class = "voice_coil" > voice_coil< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org7f472e6" class = "outline-2" >
< h2 id = "org7f472e6" > < span class = "section-number-2" > 55< / span > < a href = "http://www.beikimco.com/motor-products/VCA-linear-voice-coil-actuator-all/cylindrical-frameless" > Cylindrical Frameless - Linear Voice Coil Actuator (VCA,VCM)< / a >       < span class = "tag" > < span class = "voice_coil" > voice_coil< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org1c34eb1" class = "outline-2" >
< h2 id = "org1c34eb1" > < span class = "section-number-2" > 56< / span > < a href = "https://www.geeplus.biz/voice_coil_motors.htm" > Geeplus electromechancial solutions design and supply of Voice Coil Motors.< / a >       < span class = "tag" > < span class = "voice_coil" > voice_coil< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgc558fc8" class = "outline-2" >
< h2 id = "orgc558fc8" > < span class = "section-number-2" > 57< / span > < a href = "https://www.maccon.de/en/linear-motors/voice-coils.html" > Voice coils< / a >       < span class = "tag" > < span class = "voice_coil" > voice_coil< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org6521e9f" class = "outline-2" >
< h2 id = "org6521e9f" > < span class = "section-number-2" > 58< / span > < a href = "https://www.h2wtech.com/category/voice-coil-actuators#specifications1" > Voice Coil Actuator - Linear Motor - H2W Technologies< / a >       < span class = "tag" > < span class = "voice_coil" > voice_coil< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org4cc8a49" class = "outline-2" >
< h2 id = "org4cc8a49" > < span class = "section-number-2" > 59< / span > < a href = "http://www.pbasystems.com.sg/" > Linear Motor, Actuator, Servo Drive, Motion Control Products - Singapore< / a >       < span class = "tag" > < span class = "voice_coil" > voice_coil< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgd739300" class = "outline-2" >
< h2 id = "orgd739300" > < span class = "section-number-2" > 60< / span > < a href = "https://suptmotion.en.alibaba.com/productgrouplist-801352239/Voice_coil_motor.html?spm=a2700.icbuShop.88.20.739cae929qaUH1" > Voice coil motor, Voice coil motor direct from Suzhou Unite Precision Machinery Technology Co., Ltd. in China (Mainland)< / a >       < span class = "tag" > < span class = "voice_coil" > voice_coil< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org1c0c26b" class = "outline-2" >
< h2 id = "org1c0c26b" > < span class = "section-number-2" > 61< / span > < a href = "http://www.pbasystems.com.sg/products/voice-coil-modules/cvc-circular-voice-coil-module.html#314-series_bg_cvc_alt" > CVC Circular Voice Coil Motor - PBA Systems< / a >       < span class = "tag" > < span class = "voice_coil" > voice_coil< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org9d77a38" class = "outline-2" >
< h2 id = "org9d77a38" > < span class = "section-number-2" > 62< / span > < a href = "http://www.moticont.com/lvcm-025-022-01.htm" > Linear Voice Coil Motor Actuator LVCM-025-022-01, Continuous Force: 16.9 Oz (4.7 N), Stroke: 0.38 in (9.5 mm)< / a >       < span class = "tag" > < span class = "voice_coil" > voice_coil< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org72156c4" class = "outline-2" >
< h2 id = "org72156c4" > < span class = "section-number-2" > 63< / span > < a href = "https://www.tds-pp.com/fr/produits/technique-dentrainement/actionneurs/" > Actionneurs< / a >       < span class = "tag" > < span class = "voice_coil" > voice_coil< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org27bceee" class = "outline-2" >
< h2 id = "org27bceee" > < span class = "section-number-2" > 64< / span > < a href = "http://www.pi-usa.us/products/precision_positioning_pi-micos/Linear_Precision_Positioning_Stages_Mc.php#Low_Cost" > Precision Linear Stage, Motorized Stages, Linear Motion, by PI USA< / a >       < span class = "tag" > < span class = "linear_stage" > linear_stage< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgf42e7ea" class = "outline-2" >
< h2 id = "orgf42e7ea" > < span class = "section-number-2" > 65< / span > < a href = "https://www.physikinstrumente.com/en/products/linear-stages/" > Linear Stages< / a >       < span class = "tag" > < span class = "linear_stage" > linear_stage< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org2f31e30" class = "outline-2" >
< h2 id = "org2f31e30" > < span class = "section-number-2" > 66< / span > < a href = "http://www.standa.lt/products/catalog/motorised_positioners#motorized_translator" > Motorized Positioners & Controllers - Catalog - Opto-Mechanical Products - Standa< / a >       < span class = "tag" > < span class = "linear_stage" > linear_stage< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orga7b9bad" class = "outline-2" >
< h2 id = "orga7b9bad" > < span class = "section-number-2" > 67< / span > < a href = "https://www.newport.com/c/motorized-linear-stages" > Motorized Linear Stages - Linear Stage - Motorized Translation Stage< / a >       < span class = "tag" > < span class = "linear_stage" > linear_stage< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org13d2a30" class = "outline-2" >
< h2 id = "org13d2a30" > < span class = "section-number-2" > 68< / span > < a href = "https://www.zaber.com/products/product_detail.php?detail=LSQ450B-T3" > Motorized stage, 450 mm travel, medium resolution, medium speed - LSQ450B-T3: Detailed Specs< / a >       < span class = "tag" > < span class = "linear_stage" > linear_stage< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org9d01093" class = "outline-2" >
< h2 id = "org9d01093" > < span class = "section-number-2" > 69< / span > < a href = "https://www.thorlabs.com/newgrouppage9.cfm?objectgroup_ID=7652" > 300 mm Linear Translation Stage with Integrated Controller, Stepper Motor< / a >       < span class = "tag" > < span class = "linear_stage" > linear_stage< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgfec773f" class = "outline-2" >
< h2 id = "orgfec773f" > < span class = "section-number-2" > 70< / span > < a href = "https://www.edmundoptics.com/optomechanics/translation-stages-slides/motorized-stages-slides/zaber-long-travel-motorized-stages/" > Zaber™ Long Travel Motorized Stages | Edmund Optics< / a >       < span class = "tag" > < span class = "linear_stage" > linear_stage< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org3538aa9" class = "outline-2" >
< h2 id = "org3538aa9" > < span class = "section-number-2" > 71< / span > < a href = "https://dovermotion.com/products/linear-stages/direct-drive-linear-motor-stages/" > Linear Motor Stages and Direct Drives Stages | Dover Motion< / a >       < span class = "tag" > < span class = "linear_stage" > linear_stage< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgbfb7f3b" class = "outline-2" >
< h2 id = "orgbfb7f3b" > < span class = "section-number-2" > 72< / span > < a href = "http://www.directindustry.com/industrial-manufacturer/linear-motor-93502.html" > Linear motor - All industrial manufacturers - Videos< / a >       < span class = "tag" > < span class = "linear_stage" > linear_stage< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org8db3fad" class = "outline-2" >
< h2 id = "org8db3fad" > < span class = "section-number-2" > 73< / span > < a href = "https://seimitsu.trustpass.alibaba.com/productgrouplist-231179778/Voice_Coil_Motor.html?spm=a2700.8304367.topnav.4.68c2e7f4KPOt0L" > Voice Coil Motor, Voice Coil Motor direct from SEIMITSU ELECTRONIC (M) SDN. BHD. in Malaysia< / a >       < span class = "tag" > < span class = "linear_stage" > linear_stage< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgf4bd1f5" class = "outline-2" >
< h2 id = "orgf4bd1f5" > < span class = "section-number-2" > 74< / span > < a href = "https://www.xeryon.com/" > Xeryon - Compact & Precise Piezo Stages< / a >       < span class = "tag" > < span class = "linear_stage" > linear_stage< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org7d208cb" class = "outline-2" >
< h2 id = "org7d208cb" > < span class = "section-number-2" > 75< / span > < a href = "https://www.tecnotion.com/products/iron-core.html" > Iron Core motors | Tecnotion< / a >       < span class = "tag" > < span class = "linear_stage" > linear_stage< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orga680c18" class = "outline-2" >
< h2 id = "orga680c18" > < span class = "section-number-2" > 76< / span > < a href = "http://www.smaract.com/products/linear-positioners/slc-series/slc-1770" > SLC-1770 Linear Positioner - SmarAct GmbH< / a >       < span class = "tag" > < span class = "linear_stage" > linear_stage< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgd0a0bce" class = "outline-2" >
< h2 id = "orgd0a0bce" > < span class = "section-number-2" > 77< / span > < a href = "http://www.hiwin.fr/fr/produits/guidage-lineaire" > HIWIN - Guidage linéaire< / a >       < span class = "tag" > < span class = "linear_stage" > linear_stage< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org3eadfbf" class = "outline-2" >
< h2 id = "org3eadfbf" > < span class = "section-number-2" > 78< / span > < a href = "http://www.feinmechanik-klein.de/eng/products/linear-drives-up-to-10kn/" > Feinmechanik Ulrich Klein GmbH – Linear drives up to 10kN< / a >       < span class = "tag" > < span class = "linear_stage" > linear_stage< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org21dce1d" class = "outline-2" >
< h2 id = "org21dce1d" > < span class = "section-number-2" > 79< / span > < a href = "https://zooqle.com/" > Start | Zooqle: Verified torrents< / a >       < span class = "tag" > < span class = "torrent" > torrent< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org162e49c" class = "outline-2" >
< h2 id = "org162e49c" > < span class = "section-number-2" > 80< / span > < a href = "https://www.shapertools.com/" > Shaper Tools< / a >       < span class = "tag" > < span class = "diy" > diy< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgfcf6796" class = "outline-2" >
< h2 id = "orgfcf6796" > < span class = "section-number-2" > 81< / span > < a href = "https://orbi.uliege.be/" > ORBi: Home< / a >       < span class = "tag" > < span class = "bibliography" > bibliography< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org957008c" class = "outline-2" >
< h2 id = "org957008c" > < span class = "section-number-2" > 82< / span > < a href = "https://www.motedis.fr/" > Motedis.fr - Votre boutique pour profilé aluminium et accessoires< / a >       < span class = "tag" > < span class = "3d_printing" > 3d_printing< / span >   < span class = "shop" > shop< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org86be582" class = "outline-2" >
< h2 id = "org86be582" > < span class = "section-number-2" > 83< / span > < a href = "https://www.shoop.fr/" > Untitled< / a >       < span class = "tag" > < span class = "shop" > shop< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org29a8f21" class = "outline-2" >
< h2 id = "org29a8f21" > < span class = "section-number-2" > 84< / span > < a href = "https://www.trioptics.com/products/electronic-autocollimators/triangle-large-field/technical-data/" > Technical Data - TRIOPTICS< / a >       < span class = "tag" > < span class = "autocollimators" > autocollimators< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org20e5f24" class = "outline-2" >
< h2 id = "org20e5f24" > < span class = "section-number-2" > 85< / span > < a href = "https://www.trioptics.com/products/electronic-autocollimators/ultraspec/" > TriAngle Ultra Spec Electronic Autocollimator - TRIOPTICS< / a >       < span class = "tag" > < span class = "autocollimators" > autocollimators< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgbd51d9d" class = "outline-2" >
< h2 id = "orgbd51d9d" > < span class = "section-number-2" > 86< / span > < a href = "http://www.vermontphotonics.com/elcomat-electronic-autocollimators/" > ELCOMAT Electronic Autocollimators | Vermont Photonics< / a >       < span class = "tag" > < span class = "autocollimators" > autocollimators< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org0952979" class = "outline-2" >
< h2 id = "org0952979" > < span class = "section-number-2" > 87< / span > < a href = "https://www.newport.com/f/conex-lds-electronic-autocollimator" > CONEX-LDS Electronic Autocollimator< / a >       < span class = "tag" > < span class = "autocollimators" > autocollimators< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org8e9701d" class = "outline-2" >
< h2 id = "org8e9701d" > < span class = "section-number-2" > 88< / span > < a href = "https://www.wawacity.ninja/" > Wawacity - Site de Téléchargement Gratuit< / a >       < span class = "tag" > < span class = "download" > download< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org3bbfdcb" class = "outline-2" >
< h2 id = "org3bbfdcb" > < span class = "section-number-2" > 89< / span > < a href = "https://www.mathway.com/Algebra" > Mathway | Algebra Problem Solver< / a >       < span class = "tag" > < span class = "mathematics" > mathematics< / span >   < span class = "tools" > tools< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org5ad846d" class = "outline-2" >
< h2 id = "org5ad846d" > < span class = "section-number-2" > 90< / span > < a href = "https://www.zygo.com/?/met/applications/positionangle/" > Position & Angle Measurement< / a >       < span class = "tag" > < span class = "metrology" > metrology< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgeed3da6" class = "outline-2" >
< h2 id = "orgeed3da6" > < span class = "section-number-2" > 91< / span > < a href = "http://www.nanomotion.com/" > Home - Piezoelectric Motors & Motion Systems< / a >       < span class = "tag" > < span class = "actuators" > actuators< / span >   < span class = "mechatronics" > mechatronics< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgd7c81f6" class = "outline-2" >
< h2 id = "orgd7c81f6" > < span class = "section-number-2" > 92< / span > < a href = "https://www.zone-annuaire.com/" > Zone Telechargement< / a >       < span class = "tag" > < span class = "download" > download< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org0f4da01" class = "outline-2" >
< h2 id = "org0f4da01" > < span class = "section-number-2" > 93< / span > < a href = "https://blog.aaronbieber.com/" > The Chronicle< / a >       < span class = "tag" > < span class = "_blog" > _blog< / span >   < span class = "_orgmode" > _orgmode< / span >   < span class = "emacs" > emacs< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org38aaf3f" class = "outline-2" >
< h2 id = "org38aaf3f" > < span class = "section-number-2" > 94< / span > < a href = "http://irreal.org/blog/" > Irreal | The minds had long ago come up with a proper name for it; they called it the Irreal, but they thought of it as Infinite Fun. That was what they really knew it as. The Land of Infinite Fun. – Iain M. Banks, Excession< / a >       < span class = "tag" > < span class = "blog" > blog< / span >   < span class = "emacs" > emacs< / span >   < span class = "orgmode" > orgmode< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org8d1cf79" class = "outline-2" >
< h2 id = "org8d1cf79" > < span class = "section-number-2" > 95< / span > < a href = "https://fr.mathworks.com/help/matlab/creating_plots/types-of-matlab-plots.html" > Types of MATLAB Plots - MATLAB & Simulink - MathWorks France< / a >       < span class = "tag" > < span class = "matlab" > matlab< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org58d8cd1" class = "outline-2" >
< h2 id = "org58d8cd1" > < span class = "section-number-2" > 96< / span > < a href = "https://hackaday.com/" > Hackaday< / a >       < span class = "tag" > < span class = "electronics" > electronics< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org05bffcc" class = "outline-2" >
< h2 id = "org05bffcc" > < span class = "section-number-2" > 97< / span > < a href = "https://www.isma-isaac.be/" > ISMA – International Conference on Noise and Vibration Engineering< / a >       < span class = "tag" > < span class = "conferences" > conferences< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org47e9b13" class = "outline-2" >
< h2 id = "org47e9b13" > < span class = "section-number-2" > 98< / span > < a href = "http://movic2018.org/" > MoViC 2018< / a >       < span class = "tag" > < span class = "conferences" > conferences< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org5d9e49b" class = "outline-2" >
< h2 id = "org5d9e49b" > < span class = "section-number-2" > 99< / span > < a href = "http://www.jacow.org/Main/Proceedings?sel=MEDSI" > JACoW / Main / Proceedings< / a >       < span class = "tag" > < span class = "conferences" > conferences< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org95bafeb" class = "outline-2" >
< h2 id = "org95bafeb" > < span class = "section-number-2" > 100< / span > < a href = "https://engineeringmedia.com/" > Engineering Media< / a >       < span class = "tag" > < span class = "_control" > _control< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org63a70c6" class = "outline-2" >
< h2 id = "org63a70c6" > < span class = "section-number-2" > 101< / span > < a href = "https://www.dspace.com/fr/fra/home.cfm" > dSPACE< / a >       < span class = "tag" > < span class = "softwares" > softwares< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgce94cbf" class = "outline-2" >
< h2 id = "orgce94cbf" > < span class = "section-number-2" > 102< / span > < a href = "https://fr.mathworks.com/help/physmod/simscape/index.html" > Simscape Documentation - MathWorks France< / a >       < span class = "tag" > < span class = "softwares" > softwares< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgda86318" class = "outline-2" >
< h2 id = "orgda86318" > < span class = "section-number-2" > 103< / span > < a href = "https://www.sintef.no/projectweb/vectfit/downloads/matrix-fitting-toolbox/" > Matrix Fitting Toolbox< / a >       < span class = "tag" > < span class = "softwares" > softwares< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org5c997cc" class = "outline-2" >
< h2 id = "org5c997cc" > < span class = "section-number-2" > 104< / span > < a href = "http://test.sdtools.ovh/" > http://test.sdtools.ovh/< / a >       < span class = "tag" > < span class = "softwares" > softwares< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org93013f0" class = "outline-2" >
< h2 id = "org93013f0" > < span class = "section-number-2" > 105< / span > < a href = "https://www.speedgoat.com/" > Speedgoat - The Quickest Path to Real-Time Simulation and Testing< / a >       < span class = "tag" > < span class = "softwares" > softwares< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org2f4d1fe" class = "outline-2" >
< h2 id = "org2f4d1fe" > < span class = "section-number-2" > 106< / span > < a href = "http://cvxr.com/" > CVX Research, Inc. | Software for Disciplined Convex Programming< / a >       < span class = "tag" > < span class = "softwares" > softwares< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org2fa9e82" class = "outline-2" >
< h2 id = "org2fa9e82" > < span class = "section-number-2" > 107< / span > < a href = "https://www.tlsbv.nl/products/laser-interferometric-precision-instruments-for-nano-metrology/length-measurement-systems/" > Lenght measurement systems | TLS< / a >       < span class = "tag" > < span class = "metrology" > metrology< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org9546202" class = "outline-2" >
< h2 id = "org9546202" > < span class = "section-number-2" > 108< / span > < a href = "https://homer.tdehaeze.xyz/" > Homepage | Homer< / a >       < span class = "tag" > < span class = "homelab" > homelab< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgbdb0daf" class = "outline-2" >
< h2 id = "orgbdb0daf" > < span class = "section-number-2" > 109< / span > < a href = "http://www.ibspe.fr/page/produits.htm" > IBS Precision Engineering< / a >       < span class = "tag" > < span class = "metrology" > metrology< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org70ab089" class = "outline-2" >
< h2 id = "org70ab089" > < span class = "section-number-2" > 110< / span > < a href = "http://www.hexagonmi.com/fr-NL" > Hexagon< / a >       < span class = "tag" > < span class = "metrology" > metrology< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org35bdb8a" class = "outline-2" >
< h2 id = "org35bdb8a" > < span class = "section-number-2" > 111< / span > < a href = "https://www.gom.com/metrology-systems.html" > Metrology Systems | GOM< / a >       < span class = "tag" > < span class = "metrology" > metrology< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org457fa81" class = "outline-2" >
< h2 id = "org457fa81" > < span class = "section-number-2" > 112< / span > < a href = "https://www.faro.com/fr-fr/produits/metrologie-industrielle/faro-laser-tracker/" > FARO Laser Tracker | FARO< / a >       < span class = "tag" > < span class = "metrology" > metrology< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org1329a92" class = "outline-2" >
< h2 id = "org1329a92" > < span class = "section-number-2" > 113< / span > < a href = "http://www.attocube.com/" > attocube | pioneers of precision< / a >       < span class = "tag" > < span class = "metrology" > metrology< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org747b990" class = "outline-2" >
< h2 id = "org747b990" > < span class = "section-number-2" > 114< / span > < a href = "https://www.polytec.com/int/" > Electro-Optical Instrumentation Excellence | Polytec< / a >       < span class = "tag" > < span class = "metrology" > metrology< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orge0052c5" class = "outline-2" >
< h2 id = "orge0052c5" > < span class = "section-number-2" > 115< / span > < a href = "https://www.keyence.fr/index.jsp" > Keyence< / a >       < span class = "tag" > < span class = "metrology" > metrology< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgaf6eefd" class = "outline-2" >
< h2 id = "orgaf6eefd" > < span class = "section-number-2" > 116< / span > < a href = "https://flossforscience.com/" > FLOSS for Science< / a >       < span class = "tag" > < span class = "blog" > blog< / span >   < span class = "linux" > linux< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org71b3bc5" class = "outline-2" >
< h2 id = "org71b3bc5" > < span class = "section-number-2" > 117< / span > < a href = "http://www.tablesgenerator.com/" > Create LaTeX tables online< / a >       < span class = "tag" > < span class = "latex" > latex< / span >   < span class = "tools" > tools< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org9ca8719" class = "outline-2" >
< h2 id = "org9ca8719" > < span class = "section-number-2" > 118< / span > < a href = "http://detexify.kirelabs.org/classify.html" > Detexify LaTeX handwritten symbol recognition< / a >       < span class = "tag" > < span class = "latex" > latex< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgff5acde" class = "outline-2" >
< h2 id = "orgff5acde" > < span class = "section-number-2" > 119< / span > < a href = "https://b-ok.cc/" > Electronic library. Download books free. Finding books< / a >       < span class = "tag" > < span class = "bibliography" > bibliography< / span >   < span class = "download" > download< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgeb0283d" class = "outline-2" >
< h2 id = "orgeb0283d" > < span class = "section-number-2" > 120< / span > < a href = "https://latexdraw.com" > Home - Latex Graphics< / a >       < span class = "tag" > < span class = "latex" > latex< / span >   < span class = "tikz" > tikz< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgb2f1cd7" class = "outline-2" >
< h2 id = "orgb2f1cd7" > < span class = "section-number-2" > 121< / span > < a href = "http://sachachua.com/blog/" > Emacs – sachachua Blog< / a >       < span class = "tag" > < span class = "emacs" > emacs< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgb11b4f0" class = "outline-2" >
< h2 id = "orgb11b4f0" > < span class = "section-number-2" > 122< / span > < a href = "https://emacscast.org/" > EmacsCast | EmacsCast< / a >       < span class = "tag" > < span class = "emacs" > emacs< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org1b40ac2" class = "outline-2" >
< h2 id = "org1b40ac2" > < span class = "section-number-2" > 123< / span > < a href = "https://orgmode.org/manual" > The Org Manual< / a >       < span class = "tag" > < span class = "emacs" > emacs< / span >   < span class = "orgmode" > orgmode< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org3138373" class = "outline-2" >
< h2 id = "org3138373" > < span class = "section-number-2" > 124< / span > < a href = "http://planet.emacsen.org/" > Planet Emacsen< / a >       < span class = "tag" > < span class = "emacs" > emacs< / span >   < span class = "orgmode" > orgmode< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org3324de1" class = "outline-2" >
< h2 id = "org3324de1" > < span class = "section-number-2" > 125< / span > < a href = "http://emacslife.com/" > Emacs Life< / a >       < span class = "tag" > < span class = "emacs" > emacs< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org7aa5ed3" class = "outline-2" >
< h2 id = "org7aa5ed3" > < span class = "section-number-2" > 126< / span > < a href = "https://two-wrongs.com/why-you-should-buy-into-the-emacs-platform" > Why You Should Buy Into the Emacs Platform< / a >       < span class = "tag" > < span class = "emacs" > emacs< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgef92071" class = "outline-2" >
< h2 id = "orgef92071" > < span class = "section-number-2" > 127< / span > < a href = "https://xkcd.com/" > xkcd: Hazard Symbol< / a >       < span class = "tag" > < span class = "fun" > fun< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgb9616a0" class = "outline-2" >
< h2 id = "orgb9616a0" > < span class = "section-number-2" > 128< / span > < a href = "https://hamberg.no/gtd/" > GTD in 15 minutes – A Pragmatic Guide to Getting Things Done< / a >       < span class = "tag" > < span class = "_gtd" > _gtd< / span >   < span class = "orgmode" > orgmode< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org89cb8c1" class = "outline-2" >
< h2 id = "org89cb8c1" > < span class = "section-number-2" > 129< / span > < a href = "https://mega.nz/" > MEGA< / a >       < span class = "tag" > < span class = "cloud" > cloud< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org4767a96" class = "outline-2" >
< h2 id = "org4767a96" > < span class = "section-number-2" > 130< / span > < a href = "http://homes.esat.kuleuven.be/~maapc/supplementary/CACSD/articles.php?course_id=1" > Stadius Online< / a >       < span class = "tag" > < span class = "_automatic" > _automatic< / span >   < span class = "_control" > _control< / span >   < span class = "_mooc" > _mooc< / span >   < span class = "lecture" > lecture< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgf201a6b" class = "outline-2" >
< h2 id = "orgf201a6b" > < span class = "section-number-2" > 131< / span > < a href = "https://karl-voit.at/tags/emacs/" > The Tag «emacs»< / a >       < span class = "tag" > < span class = "emacs" > emacs< / span >   < span class = "orgmode" > orgmode< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org666a59c" class = "outline-2" >
< h2 id = "org666a59c" > < span class = "section-number-2" > 132< / span > < a href = "http://ehneilsen.net/notebook/orgExamples/org-examples.html" > Emacs org-mode examples and cookbook< / a >       < span class = "tag" > < span class = "emacs" > emacs< / span >   < span class = "orgmode" > orgmode< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgd702d1c" class = "outline-2" >
< h2 id = "orgd702d1c" > < span class = "section-number-2" > 133< / span > < a href = "https://tdehaeze-home.mycozy.cloud/" > Cozy< / a >       < span class = "tag" > < span class = "cloud" > cloud< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgb9a4157" class = "outline-2" >
< h2 id = "orgb9a4157" > < span class = "section-number-2" > 134< / span > < a href = "https://www.micro-epsilon.fr/" > Capteurs et systèmes de mesure et d'inspection de haute précision | Micro-Epsilon France< / a >       < span class = "tag" > < span class = "metrology" > metrology< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orge09e0ca" class = "outline-2" >
< h2 id = "orge09e0ca" > < span class = "section-number-2" > 135< / span > < a href = "https://www.janssenprecisionengineering.com/precisionpoint/" > JPE - Precision Point: Free engineering knowledge< / a >       < span class = "tag" > < span class = "metrology" > metrology< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org889f3c8" class = "outline-2" >
< h2 id = "org889f3c8" > < span class = "section-number-2" > 136< / span > < a href = "https://www.faulhaber.com/en/products/" > Products< / a >       < span class = "tag" > < span class = "actuators" > actuators< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org146e08e" class = "outline-2" >
< h2 id = "org146e08e" > < span class = "section-number-2" > 137< / span > < a href = "http://www.eltrex-motion.com/en/product/mechanical-precision/" > Mechanical Precision | Eltrex Motion< / a >       < span class = "tag" > < span class = "actuators" > actuators< / span >   < span class = "linear_stage" > linear_stage< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orga9d3da6" class = "outline-2" >
< h2 id = "orga9d3da6" > < span class = "section-number-2" > 138< / span > < a href = "https://www.aerotech.com/" > Motion Control | Aerotech Inc.< / a >       < span class = "tag" > < span class = "actuators" > actuators< / span >   < span class = "linear_stage" > linear_stage< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org6918d3f" class = "outline-2" >
< h2 id = "org6918d3f" > < span class = "section-number-2" > 139< / span > < a href = "https://www.era-learn.eu/network-information/networks/emrp/emrp-call-2012/metrology-for-movement-and-positioning-in-six-degrees-of-freedom" > Metrology for movement and positioning in six degrees of freedom — ERA-LEARN 2020< / a >       < span class = "tag" > < span class = "metrology" > metrology< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org8ad38a4" class = "outline-2" >
< h2 id = "org8ad38a4" > < span class = "section-number-2" > 140< / span > < a href = "https://www.engineeringmediallc.com/" > Engineering Media LLC< / a >       < span class = "tag" > < span class = "_control" > _control< / span >   < span class = "automatic" > automatic< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org7c4719c" class = "outline-2" >
< h2 id = "org7c4719c" > < span class = "section-number-2" > 141< / span > < a href = "https://lagunita.stanford.edu/courses/Engineering/CVX101/Winter2014/about" > Convex Optimization | Stanford Lagunita< / a >       < span class = "tag" > < span class = "lecture" > lecture< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orga04e565" class = "outline-2" >
< h2 id = "orga04e565" > < span class = "section-number-2" > 142< / span > < a href = "http://kitchingroup.cheme.cmu.edu/blog/" > The Kitchin Research Group< / a >       < span class = "tag" > < span class = "blog" > blog< / span >   < span class = "emacs" > emacs< / span >   < span class = "orgmode" > orgmode< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgcf8ff84" class = "outline-2" >
< h2 id = "orgcf8ff84" > < span class = "section-number-2" > 143< / span > < a href = "https://medsi.lbl.gov/" > MEDSI - Home< / a >       < span class = "tag" > < span class = "conferences" > conferences< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgf2c8a1d" class = "outline-2" >
< h2 id = "orgf2c8a1d" > < span class = "section-number-2" > 144< / span > < a href = "http://doc.norang.ca/org-mode.html" > Org Mode - Organize Your Life In Plain Text!< / a >       < span class = "tag" > < span class = "orgmode" > orgmode< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org2e36b54" class = "outline-2" >
< h2 id = "org2e36b54" > < span class = "section-number-2" > 145< / span > < a href = "https://www.conference-service.com/conferences/engineering-disciplines.html" > Conference Calendar: Engineering< / a >       < span class = "tag" > < span class = "research" > research< / span >   < span class = "thesis" > thesis< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgca1b9db" class = "outline-2" >
< h2 id = "orgca1b9db" > < span class = "section-number-2" > 146< / span > < a href = "https://sleeved.io/" > Sleeved.io - How many sleeves do YOU need?< / a >       < span class = "tag" > < span class = "boardgames" > boardgames< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org9161ca7" class = "outline-2" >
< h2 id = "org9161ca7" > < span class = "section-number-2" > 147< / span > < a href = "https://undocumentedmatlab.com/" > Undocumented Matlab< / a >       < span class = "tag" > < span class = "matlab" > matlab< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgceacdef" class = "outline-2" >
< h2 id = "orgceacdef" > < span class = "section-number-2" > 148< / span > < a href = "https://feedly.com/" > Feedly. Read more, know more.< / a >       < span class = "tag" > < span class = "news" > news< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org791edb8" class = "outline-2" >
< h2 id = "org791edb8" > < span class = "section-number-2" > 149< / span > < a href = "https://devhints.io/" > Devhints — TL;DR for developer documentation< / a >       < span class = "tag" > < span class = "programming" > programming< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org9e7450e" class = "outline-2" >
< h2 id = "org9e7450e" > < span class = "section-number-2" > 150< / span > < a href = "https://github.com/JabRef/jabref" > JabRef/jabref: Graphical Java application for managing BibTeX and biblatex (.bib) databases< / a >       < span class = "tag" > < span class = "research" > research< / span >   < span class = "tools" > tools< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org5da6753" class = "outline-2" >
< h2 id = "org5da6753" > < span class = "section-number-2" > 151< / span > < a href = "https://park4night.com/" > park4night - Sharing cool places, camping car areas, van< / a >       < span class = "tag" > < span class = "trips" > trips< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org4d480f1" class = "outline-2" >
< h2 id = "org4d480f1" > < span class = "section-number-2" > 152< / span > < a href = "https://org-web.org/" > org-web< / a >       < span class = "tag" > < span class = "orgmode" > orgmode< / span >   < span class = "todos" > todos< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org2c28bfa" class = "outline-2" >
< h2 id = "org2c28bfa" > < span class = "section-number-2" > 153< / span > < a href = "https://www.reddit.com/r/Piracy/comments/6583hl/piracy_megathread_v20/" > Piracy Megathread v2.0 : Piracy< / a >       < span class = "tag" > < span class = "download" > download< / span >   < span class = "music" > music< / span >   < span class = "torrent" > torrent< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgd57ad32" class = "outline-2" >
< h2 id = "orgd57ad32" > < span class = "section-number-2" > 154< / span > < a href = "https://www.bzarg.com/p/how-a-kalman-filter-works-in-pictures/" > How a Kalman filter works< / a >       < span class = "tag" > < span class = "control" > control< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org489d8c9" class = "outline-2" >
< h2 id = "org489d8c9" > < span class = "section-number-2" > 155< / span > < a href = "http://www.anuncommonlab.com/articles/how-simulations-work/" > How Simulations Work< / a >       < span class = "tag" > < span class = "research" > research< / span >   < span class = "simulation" > simulation< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org4d0bc58" class = "outline-2" >
< h2 id = "org4d0bc58" > < span class = "section-number-2" > 156< / span > < a href = "https://www.reddit.com/r/LaTeX/comments/fl7d4f/the_most_useful_packages/" > (2) The most useful packages : LaTeX< / a >       < span class = "tag" > < span class = "latex" > latex< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgb9f5feb" class = "outline-2" >
< h2 id = "orgb9f5feb" > < span class = "section-number-2" > 157< / span > < a href = "https://blog.antoyo.xyz/vim-tips" > Vim tips< / a >       < span class = "tag" > < span class = "programming" > programming< / span >   < span class = "vim" > vim< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org1f84bb5" class = "outline-2" >
< h2 id = "org1f84bb5" > < span class = "section-number-2" > 158< / span > < a href = "https://devdocs.io/offline" > Offline — DevDocs< / a > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org1f929e2" class = "outline-2" >
< h2 id = "org1f929e2" > < span class = "section-number-2" > 159< / span > < a href = "https://web.hypothes.is/start/" > Get started. – Hypothesis< / a >       < span class = "tag" > < span class = "research" > research< / span >   < span class = "tools" > tools< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org64925b0" class = "outline-2" >
< h2 id = "org64925b0" > < span class = "section-number-2" > 160< / span > < a href = "https://www.protolabs.co.uk/" > Injection Moulding, Rapid Prototyping, 3D Printing, CNC | Protolabs< / a >       < span class = "tag" > < span class = "manufacturing" > manufacturing< / span >   < span class = "mechanics" > mechanics< / span >   < span class = "prototyping" > prototyping< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgb83c512" class = "outline-2" >
< h2 id = "orgb83c512" > < span class = "section-number-2" > 161< / span > < a href = "https://www.3dhubs.com/" > 3D Hubs | On-demand Manufacturing: Quotes in Seconds, Parts in Days< / a >       < span class = "tag" > < span class = "manufacturing" > manufacturing< / span >   < span class = "mechanics" > mechanics< / span >   < span class = "prototyping" > prototyping< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org4f7f120" class = "outline-2" >
< h2 id = "org4f7f120" > < span class = "section-number-2" > 162< / span > < a href = "https://enriquedelsol.com/2017/11/19/motor-selection-for-robots-i/" > Motor Selection for Robots (I) | Enrique del Sol - Robotics, Mechatronics & Control Research< / a >       < span class = "tag" > < span class = "mechatronics" > mechatronics< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgc66bf9d" class = "outline-2" >
< h2 id = "orgc66bf9d" > < span class = "section-number-2" > 163< / span > < a href = "https://torrent9-site.fr/torrents_series.html" > Torrent9.cz - Séries< / a >       < span class = "tag" > < span class = "download" > download< / span >   < span class = "torrent" > torrent< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org87da15c" class = "outline-2" >
< h2 id = "org87da15c" > < span class = "section-number-2" > 164< / span > < a href = "https://apps.automeris.io/wpd/" > WebPlotDigitizer< / a >       < span class = "tag" > < span class = "tool" > tool< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org6e85b56" class = "outline-2" >
< h2 id = "org6e85b56" > < span class = "section-number-2" > 165< / span > < a href = "https://cad.onshape.com/documents?resourceType=filter&nodeId=1" > Documents< / a > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgf0b649e" class = "outline-2" >
< h2 id = "orgf0b649e" > < span class = "section-number-2" > 166< / span > < a href = "https://www.quanser.com/" > Homepage - Quanser< / a >       < span class = "tag" > < span class = "mechatronics" > mechatronics< / span > < / span > < / h2 >
2020-09-16 16:00:44 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org2861873" class = "outline-2" >
< h2 id = "org2861873" > < span class = "section-number-2" > 167< / span > < a href = "https://www.dspe.nl/mikroniek/archive/" > DSPE - Journal< / a >       < span class = "tag" > < span class = "mechatronics" > mechatronics< / span > < / span > < / h2 >
2020-09-16 16:00:44 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgc89151f" class = "outline-2" >
< h2 id = "orgc89151f" > < span class = "section-number-2" > 168< / span > < a href = "https://bergprecisionpublishing.nl/Home/" > Berg Precision Publishing - Home< / a > < / h2 >
2020-09-17 16:00:44 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org93f0f56" class = "outline-2" >
< h2 id = "org93f0f56" > < span class = "section-number-2" > 169< / span > < a href = "https://app.screego.net/" > Screego< / a >       < span class = "tag" > < span class = "collaboration" > collaboration< / span >   < span class = "screen_share" > screen_share< / span >   < span class = "tool" > tool< / span > < / span > < / h2 >
2020-10-08 08:38:28 +02:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orga8a9cad" class = "outline-2" >
< h2 id = "orga8a9cad" > < span class = "section-number-2" > 170< / span > < a href = "https://www.wikidata.org/wiki/Q21980377" > Sci-Hub - Wikidata< / a >       < span class = "tag" > < span class = "download" > download< / span > < / span > < / h2 >
2020-12-14 16:00:44 +01:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org4cb40f3" class = "outline-2" >
< h2 id = "org4cb40f3" > < span class = "section-number-2" > 171< / span > < a href = "https://www.torrentleech.org/torrents/top/index/added/-1%20day/orderby/completed/order/desc" > TorrentLeech.org< / a >       < span class = "tag" > < span class = "download" > download< / span >   < span class = "torrent" > torrent< / span > < / span > < / h2 >
2020-12-29 17:02:25 +01:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgf10cf35" class = "outline-2" >
< h2 id = "orgf10cf35" > < span class = "section-number-2" > 172< / span > < a href = "https://www.scenetime.com/browse.php?s=6&t=2&freeleech=on" > Untitled< / a > < / h2 >
2020-12-29 17:02:25 +01:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org9669ac7" class = "outline-2" >
< h2 id = "org9669ac7" > < span class = "section-number-2" > 173< / span > < a href = "https://www.scenetime.com/index.php" > SceneTime - Always On Time!< / a >       < span class = "tag" > < span class = "download" > download< / span >   < span class = "torrent" > torrent< / span > < / span > < / h2 >
2020-12-29 17:02:25 +01:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org68f7e47" class = "outline-2" >
< h2 id = "org68f7e47" > < span class = "section-number-2" > 174< / span > < a href = "https://addons.mozilla.org/fr/firefox/" > Modules pour Firefox< / a > ::< / h2 >
2021-01-02 16:00:38 +01:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgd43ee29" class = "outline-2" >
< h2 id = "orgd43ee29" > < span class = "section-number-2" > 175< / span > < a href = "https://www.tirexo.ai/" > Tirexo< / a >       < span class = "tag" > < span class = "download" > download< / span > < / span > < / h2 >
2021-02-18 16:00:11 +01:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-orgf5eb470" class = "outline-2" >
< h2 id = "orgf5eb470" > < span class = "section-number-2" > 176< / span > < a href = "https://www.motioncontroltips.com/" > Motion Control, Encoders, Servo Drives, Controllers | Motion Control Tips< / a >       < span class = "tag" > < span class = "control" > control< / span > < / span > < / h2 >
2021-02-18 16:00:11 +01:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org6eb03ff" class = "outline-2" >
< h2 id = "org6eb03ff" > < span class = "section-number-2" > 177< / span > < a href = "https://www.thingiverse.com/" > Thingiverse - Digital Designs for Physical Objects< / a >       < span class = "tag" > < span class = "3d_printing" > 3d_printing< / span > < / span > < / h2 >
2021-02-22 16:00:46 +01:00
< / div >
2021-03-27 16:00:10 +01:00
< div id = "outline-container-org37a5fab" class = "outline-2" >
< h2 id = "org37a5fab" > < span class = "section-number-2" > 178< / span > < a href = "https://www.zt-za.net/index.php" > ZT-ZA.NET - Zone Telechargement Zone Annuaire gratuit (ZT +ZA )< / a >       < span class = "tag" > < span class = "download" > download< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
< / div >
< / body >
< / html >