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-01-02 16:00:38 +01:00
<!-- 2021 - 01 - 02 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;
overflow: visible;
padding-top: 1.2em;
}
pre.src:before {
display: none;
position: absolute;
background-color: white;
top: -10px;
right: 10px;
padding: 3px;
border: 1px solid black;
}
pre.src:hover:before { display: inline;}
/* 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" >
/*
@licstart The following is the entire license notice for the
JavaScript code in this tag.
Copyright (C) 2012-2020 Free Software Foundation, Inc.
The JavaScript code in this tag is free software: you can
redistribute it and/or modify it under the terms of the GNU
General Public License (GNU GPL) as published by the Free Software
Foundation, either version 3 of the License, or (at your option)
any later version. The code is distributed WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
As additional permission under GNU GPL version 3 section 7, you
may distribute non-source (e.g., minimized or compacted) forms of
that code without the copy of the GNU GPL normally required by
section 4, provided you include this license notice and a URL
through which recipients can access the Corresponding Source.
@licend The above is the entire license notice
for the JavaScript code in this tag.
*/
<!-- /* --> <![CDATA[/*> <!-- */
function CodeHighlightOn(elem, id)
{
var target = document.getElementById(id);
if(null != target) {
elem.cacheClassElem = elem.className;
elem.cacheClassTarget = target.className;
target.className = "code-highlighted";
elem.className = "code-highlighted";
}
}
function CodeHighlightOff(elem, id)
{
var target = document.getElementById(id);
if(elem.cacheClassElem)
elem.className = elem.cacheClassElem;
if(elem.cacheClassTarget)
target.className = elem.cacheClassTarget;
}
/*]]>*///-->
< / 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-01-02 16:00:38 +01:00
< div id = "outline-container-org2ee5a67" class = "outline-2" >
< h2 id = "org2ee5a67" > < 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 >
2020-09-01 22:27:57 +02:00
< / div >
2021-01-02 16:00:38 +01:00
< div id = "outline-container-orgdd58362" class = "outline-2" >
< h2 id = "orgdd58362" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org226809d" class = "outline-2" >
< h2 id = "org226809d" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org488e441" class = "outline-2" >
< h2 id = "org488e441" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgafe80c3" class = "outline-2" >
< h2 id = "orgafe80c3" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgf7aab39" class = "outline-2" >
< h2 id = "orgf7aab39" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org8dfa4b5" class = "outline-2" >
< h2 id = "org8dfa4b5" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org04f91dd" class = "outline-2" >
< h2 id = "org04f91dd" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgacbe963" class = "outline-2" >
< h2 id = "orgacbe963" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orga1c4a10" class = "outline-2" >
< h2 id = "orga1c4a10" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org05524c3" class = "outline-2" >
< h2 id = "org05524c3" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org2905350" class = "outline-2" >
< h2 id = "org2905350" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgba8b2f5" class = "outline-2" >
< h2 id = "orgba8b2f5" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org739d139" class = "outline-2" >
< h2 id = "org739d139" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org2789ff5" class = "outline-2" >
< h2 id = "org2789ff5" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org0fb6ec9" class = "outline-2" >
< h2 id = "org0fb6ec9" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org54bc168" class = "outline-2" >
< h2 id = "org54bc168" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org5a73143" class = "outline-2" >
< h2 id = "org5a73143" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org46e955d" class = "outline-2" >
< h2 id = "org46e955d" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org3542acb" class = "outline-2" >
< h2 id = "org3542acb" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org5c2abee" class = "outline-2" >
< h2 id = "org5c2abee" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgd1dad69" class = "outline-2" >
< h2 id = "orgd1dad69" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org4a8f6da" class = "outline-2" >
< h2 id = "org4a8f6da" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org9e8dce1" class = "outline-2" >
< h2 id = "org9e8dce1" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org8689080" class = "outline-2" >
< h2 id = "org8689080" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org29881d7" class = "outline-2" >
< h2 id = "org29881d7" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org46eb0e6" class = "outline-2" >
< h2 id = "org46eb0e6" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgf62b69b" class = "outline-2" >
< h2 id = "orgf62b69b" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org2b8d302" class = "outline-2" >
< h2 id = "org2b8d302" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org5eb2b85" class = "outline-2" >
< h2 id = "org5eb2b85" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org36fdd0a" class = "outline-2" >
< h2 id = "org36fdd0a" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org4a5304f" class = "outline-2" >
< h2 id = "org4a5304f" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org9b52550" class = "outline-2" >
< h2 id = "org9b52550" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org95dc631" class = "outline-2" >
< h2 id = "org95dc631" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org0beb682" class = "outline-2" >
< h2 id = "org0beb682" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgbc58956" class = "outline-2" >
< h2 id = "orgbc58956" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgb26889d" class = "outline-2" >
< h2 id = "orgb26889d" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org15b85ff" class = "outline-2" >
< h2 id = "org15b85ff" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org102d64d" class = "outline-2" >
< h2 id = "org102d64d" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgf3c86bb" class = "outline-2" >
< h2 id = "orgf3c86bb" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org8967604" class = "outline-2" >
< h2 id = "org8967604" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org72ecd3b" class = "outline-2" >
< h2 id = "org72ecd3b" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgc97d644" class = "outline-2" >
< h2 id = "orgc97d644" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org7a88c7d" class = "outline-2" >
< h2 id = "org7a88c7d" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgf8863a4" class = "outline-2" >
< h2 id = "orgf8863a4" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgae49b75" class = "outline-2" >
< h2 id = "orgae49b75" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org270f0a5" class = "outline-2" >
< h2 id = "org270f0a5" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgdf61d68" class = "outline-2" >
< h2 id = "orgdf61d68" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org3d1cafb" class = "outline-2" >
< h2 id = "org3d1cafb" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org8011a2f" class = "outline-2" >
< h2 id = "org8011a2f" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org01663cc" class = "outline-2" >
< h2 id = "org01663cc" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org6e56945" class = "outline-2" >
< h2 id = "org6e56945" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgc8399ef" class = "outline-2" >
< h2 id = "orgc8399ef" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orga78642e" class = "outline-2" >
< h2 id = "orga78642e" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgfe03f04" class = "outline-2" >
< h2 id = "orgfe03f04" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgbdb6441" class = "outline-2" >
< h2 id = "orgbdb6441" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orge99ea79" class = "outline-2" >
< h2 id = "orge99ea79" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org4a90b24" class = "outline-2" >
< h2 id = "org4a90b24" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgb0b5419" class = "outline-2" >
< h2 id = "orgb0b5419" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org8495cb4" class = "outline-2" >
< h2 id = "org8495cb4" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org5c31b57" class = "outline-2" >
< h2 id = "org5c31b57" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org14676ad" class = "outline-2" >
< h2 id = "org14676ad" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org32543b4" class = "outline-2" >
< h2 id = "org32543b4" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orga3e8b4a" class = "outline-2" >
< h2 id = "orga3e8b4a" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org3cbf12b" class = "outline-2" >
< h2 id = "org3cbf12b" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org7586204" class = "outline-2" >
< h2 id = "org7586204" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org1f9e968" class = "outline-2" >
< h2 id = "org1f9e968" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgd92a5c4" class = "outline-2" >
< h2 id = "orgd92a5c4" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org7c953d1" class = "outline-2" >
< h2 id = "org7c953d1" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org9c9b55c" class = "outline-2" >
< h2 id = "org9c9b55c" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org4d62739" class = "outline-2" >
< h2 id = "org4d62739" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org9019bc6" class = "outline-2" >
< h2 id = "org9019bc6" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org66c2bd4" class = "outline-2" >
< h2 id = "org66c2bd4" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org5fa25a7" class = "outline-2" >
< h2 id = "org5fa25a7" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgffb04f9" class = "outline-2" >
< h2 id = "orgffb04f9" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgcc7e78b" class = "outline-2" >
< h2 id = "orgcc7e78b" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org9a54746" class = "outline-2" >
< h2 id = "org9a54746" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org65d26f4" class = "outline-2" >
< h2 id = "org65d26f4" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orga7cf768" class = "outline-2" >
< h2 id = "orga7cf768" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org595000d" class = "outline-2" >
< h2 id = "org595000d" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org26d0a3e" class = "outline-2" >
< h2 id = "org26d0a3e" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org7fdaeec" class = "outline-2" >
< h2 id = "org7fdaeec" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgea1fcc9" class = "outline-2" >
< h2 id = "orgea1fcc9" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org0a9c386" class = "outline-2" >
< h2 id = "org0a9c386" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgc999c88" class = "outline-2" >
< h2 id = "orgc999c88" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org0f1c474" class = "outline-2" >
< h2 id = "org0f1c474" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org8da9a7f" class = "outline-2" >
< h2 id = "org8da9a7f" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org86dd896" class = "outline-2" >
< h2 id = "org86dd896" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org31b9804" class = "outline-2" >
< h2 id = "org31b9804" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org82de1f2" class = "outline-2" >
< h2 id = "org82de1f2" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org6964a2c" class = "outline-2" >
< h2 id = "org6964a2c" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org18e880f" class = "outline-2" >
< h2 id = "org18e880f" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org03373a6" class = "outline-2" >
< h2 id = "org03373a6" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org9358715" class = "outline-2" >
< h2 id = "org9358715" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgf16f820" class = "outline-2" >
< h2 id = "orgf16f820" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org4bd853e" class = "outline-2" >
< h2 id = "org4bd853e" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgf212f03" class = "outline-2" >
< h2 id = "orgf212f03" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgd830f22" class = "outline-2" >
< h2 id = "orgd830f22" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgab21471" class = "outline-2" >
< h2 id = "orgab21471" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orga2be1c0" class = "outline-2" >
< h2 id = "orga2be1c0" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgc2dedd1" class = "outline-2" >
< h2 id = "orgc2dedd1" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org4e9000d" class = "outline-2" >
< h2 id = "org4e9000d" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgc0842b2" class = "outline-2" >
< h2 id = "orgc0842b2" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgb045299" class = "outline-2" >
< h2 id = "orgb045299" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgfc9deb9" class = "outline-2" >
< h2 id = "orgfc9deb9" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org8a03641" class = "outline-2" >
< h2 id = "org8a03641" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org6f07176" class = "outline-2" >
< h2 id = "org6f07176" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgbb1bd9b" class = "outline-2" >
< h2 id = "orgbb1bd9b" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org0b02955" class = "outline-2" >
< h2 id = "org0b02955" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgce74147" class = "outline-2" >
< h2 id = "orgce74147" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org63b9be7" class = "outline-2" >
< h2 id = "org63b9be7" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org0608380" class = "outline-2" >
< h2 id = "org0608380" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgb89ef21" class = "outline-2" >
< h2 id = "orgb89ef21" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org2174068" class = "outline-2" >
< h2 id = "org2174068" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgab9f85b" class = "outline-2" >
< h2 id = "orgab9f85b" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org2ae2184" class = "outline-2" >
< h2 id = "org2ae2184" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org3dd5ef4" class = "outline-2" >
< h2 id = "org3dd5ef4" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orga0305b8" class = "outline-2" >
< h2 id = "orga0305b8" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org7ff3603" class = "outline-2" >
< h2 id = "org7ff3603" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgf656e87" class = "outline-2" >
< h2 id = "orgf656e87" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org061c695" class = "outline-2" >
< h2 id = "org061c695" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org0b5fd3b" class = "outline-2" >
< h2 id = "org0b5fd3b" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgbb94a03" class = "outline-2" >
< h2 id = "orgbb94a03" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org7525a33" class = "outline-2" >
< h2 id = "org7525a33" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org2e3f10f" class = "outline-2" >
< h2 id = "org2e3f10f" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org377e58a" class = "outline-2" >
< h2 id = "org377e58a" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org5cacb36" class = "outline-2" >
< h2 id = "org5cacb36" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgc35e14e" class = "outline-2" >
< h2 id = "orgc35e14e" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org63b5df8" class = "outline-2" >
< h2 id = "org63b5df8" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org63b016f" class = "outline-2" >
< h2 id = "org63b016f" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orga4341bf" class = "outline-2" >
< h2 id = "orga4341bf" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgd0292db" class = "outline-2" >
< h2 id = "orgd0292db" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org9ec446d" class = "outline-2" >
< h2 id = "org9ec446d" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org691bd77" class = "outline-2" >
< h2 id = "org691bd77" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org017b930" class = "outline-2" >
< h2 id = "org017b930" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orga1a4748" class = "outline-2" >
< h2 id = "orga1a4748" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org39a1639" class = "outline-2" >
< h2 id = "org39a1639" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org64b85cd" class = "outline-2" >
< h2 id = "org64b85cd" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgb6df000" class = "outline-2" >
< h2 id = "orgb6df000" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org7b8a745" class = "outline-2" >
< h2 id = "org7b8a745" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgac0d0e0" class = "outline-2" >
< h2 id = "orgac0d0e0" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgfc1a895" class = "outline-2" >
< h2 id = "orgfc1a895" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org133a4f9" class = "outline-2" >
< h2 id = "org133a4f9" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgbb68eb4" class = "outline-2" >
< h2 id = "orgbb68eb4" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgf102a77" class = "outline-2" >
< h2 id = "orgf102a77" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orge1a84a1" class = "outline-2" >
< h2 id = "orge1a84a1" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org5cefdca" class = "outline-2" >
< h2 id = "org5cefdca" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org123e6fc" class = "outline-2" >
< h2 id = "org123e6fc" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orga04ef5f" class = "outline-2" >
< h2 id = "orga04ef5f" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org1f67af1" class = "outline-2" >
< h2 id = "org1f67af1" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgf60e576" class = "outline-2" >
< h2 id = "orgf60e576" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgaff3300" class = "outline-2" >
< h2 id = "orgaff3300" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org575f45a" class = "outline-2" >
< h2 id = "org575f45a" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org3e7d3a4" class = "outline-2" >
< h2 id = "org3e7d3a4" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgc8a357b" class = "outline-2" >
< h2 id = "orgc8a357b" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org461cd53" class = "outline-2" >
< h2 id = "org461cd53" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org10114af" class = "outline-2" >
< h2 id = "org10114af" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgbfe597a" class = "outline-2" >
< h2 id = "orgbfe597a" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org2309566" class = "outline-2" >
< h2 id = "org2309566" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orgf8500a4" class = "outline-2" >
< h2 id = "orgf8500a4" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org2a6554d" class = "outline-2" >
< h2 id = "org2a6554d" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orge7182a8" class = "outline-2" >
< h2 id = "orge7182a8" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org992a85b" class = "outline-2" >
< h2 id = "org992a85b" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org6c9eb18" class = "outline-2" >
< h2 id = "org6c9eb18" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org62431b2" class = "outline-2" >
< h2 id = "org62431b2" > < span class = "section-number-2" > 165< / span > < a href = "https://cad.onshape.com/documents?resourceType=filter&nodeId=1" > Documents< / a > < / h2 >
2020-09-16 16:00:44 +02:00
< / div >
2021-01-02 16:00:38 +01:00
< div id = "outline-container-orgcbaf9b3" class = "outline-2" >
< h2 id = "orgcbaf9b3" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org6ded34e" class = "outline-2" >
< h2 id = "org6ded34e" > < 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-17 16:00:44 +02:00
< / div >
2021-01-02 16:00:38 +01:00
< div id = "outline-container-org2361a02" class = "outline-2" >
< h2 id = "org2361a02" > < span class = "section-number-2" > 168< / span > < a href = "https://bergprecisionpublishing.nl/Home/" > Berg Precision Publishing - Home< / a > < / h2 >
2020-10-08 08:38:28 +02:00
< / div >
2021-01-02 16:00:38 +01:00
< div id = "outline-container-orgfaf322e" class = "outline-2" >
< h2 id = "orgfaf322e" > < 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-12-14 16:00:44 +01:00
< / div >
2021-01-02 16:00:38 +01:00
< div id = "outline-container-orge463bf7" class = "outline-2" >
< h2 id = "orge463bf7" > < 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-29 17:02:25 +01:00
< / div >
2021-01-02 16:00:38 +01:00
< div id = "outline-container-org25f1602" class = "outline-2" >
< h2 id = "org25f1602" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-orga7af8e3" class = "outline-2" >
< h2 id = "orga7af8e3" > < 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-01-02 16:00:38 +01:00
< div id = "outline-container-org5410df5" class = "outline-2" >
< h2 id = "org5410df5" > < 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 >
< / div >
< div id = "outline-container-org3079193" class = "outline-2" >
< h2 id = "org3079193" > < span class = "section-number-2" > 174< / span > < a href = "https://addons.mozilla.org/fr/firefox/" > Modules pour Firefox< / a > ::< / h2 >
2020-09-01 22:27:57 +02:00
< / div >
< / div >
< / body >
< / html >