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 >
2020-09-16 16:00:44 +02:00
<!-- 2020 - 09 - 16 mer. 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" >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgd21f8e3" class = "outline-2" >
< h2 id = "orgd21f8e3" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orge70a984" class = "outline-2" >
< h2 id = "orge70a984" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org3f15c83" class = "outline-2" >
< h2 id = "org3f15c83" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org0e64d0c" class = "outline-2" >
< h2 id = "org0e64d0c" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org1b66b48" class = "outline-2" >
< h2 id = "org1b66b48" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgf104711" class = "outline-2" >
< h2 id = "orgf104711" > < span class = "section-number-2" > 6< / span > < a href = "http://www.howardism.org/" > Howardism< / a > :emacs: orgmode: blog:< / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org86f2b40" class = "outline-2" >
< h2 id = "org86f2b40" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orge7f0dbc" class = "outline-2" >
< h2 id = "orge7f0dbc" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orge9fbedc" class = "outline-2" >
< h2 id = "orge9fbedc" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org71d11fd" class = "outline-2" >
< h2 id = "org71d11fd" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org999fa9d" class = "outline-2" >
< h2 id = "org999fa9d" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org3763ec3" class = "outline-2" >
< h2 id = "org3763ec3" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org47bd0ca" class = "outline-2" >
< h2 id = "org47bd0ca" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org6b39372" class = "outline-2" >
< h2 id = "org6b39372" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org39afb74" class = "outline-2" >
< h2 id = "org39afb74" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgcab5481" class = "outline-2" >
< h2 id = "orgcab5481" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgdc46a3d" class = "outline-2" >
< h2 id = "orgdc46a3d" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org76c504f" class = "outline-2" >
< h2 id = "org76c504f" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org809ee31" class = "outline-2" >
< h2 id = "org809ee31" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgf3f1680" class = "outline-2" >
< h2 id = "orgf3f1680" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org833017a" class = "outline-2" >
< h2 id = "org833017a" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgdc831c4" class = "outline-2" >
< h2 id = "orgdc831c4" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org31a9999" class = "outline-2" >
< h2 id = "org31a9999" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orge38b248" class = "outline-2" >
< h2 id = "orge38b248" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org8ac0319" class = "outline-2" >
< h2 id = "org8ac0319" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org65417e1" class = "outline-2" >
< h2 id = "org65417e1" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org9c899cc" class = "outline-2" >
< h2 id = "org9c899cc" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org0071393" class = "outline-2" >
< h2 id = "org0071393" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org29e76c4" class = "outline-2" >
< h2 id = "org29e76c4" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org066f2a3" class = "outline-2" >
< h2 id = "org066f2a3" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orge06aee7" class = "outline-2" >
< h2 id = "orge06aee7" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org28880ce" class = "outline-2" >
< h2 id = "org28880ce" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org14daf2a" class = "outline-2" >
< h2 id = "org14daf2a" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgcd4e75f" class = "outline-2" >
< h2 id = "orgcd4e75f" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgc16a45e" class = "outline-2" >
< h2 id = "orgc16a45e" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org1abd641" class = "outline-2" >
< h2 id = "org1abd641" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgdda8167" class = "outline-2" >
< h2 id = "orgdda8167" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgc5f87c3" class = "outline-2" >
< h2 id = "orgc5f87c3" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgd101b9a" class = "outline-2" >
< h2 id = "orgd101b9a" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org570fc2f" class = "outline-2" >
< h2 id = "org570fc2f" > < span class = "section-number-2" > 40< / span > < a href = "https://www.limetorrents.info/" > LimeTorrents - Download Verified Torrents< / a >       < span class = "tag" > < span class = "torrent" > torrent< / span >   < span class = "download" > download< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org7639e9c" class = "outline-2" >
< h2 id = "org7639e9c" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org5e3546b" class = "outline-2" >
< h2 id = "org5e3546b" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org00e4f98" class = "outline-2" >
< h2 id = "org00e4f98" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org1c9f6ae" class = "outline-2" >
< h2 id = "org1c9f6ae" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org2c7bee6" class = "outline-2" >
< h2 id = "org2c7bee6" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgba8591d" class = "outline-2" >
< h2 id = "orgba8591d" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org2748b64" class = "outline-2" >
< h2 id = "org2748b64" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org81ecd17" class = "outline-2" >
< h2 id = "org81ecd17" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgea7bdac" class = "outline-2" >
< h2 id = "orgea7bdac" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgd5de181" class = "outline-2" >
< h2 id = "orgd5de181" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgacdf319" class = "outline-2" >
< h2 id = "orgacdf319" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org6d5f461" class = "outline-2" >
< h2 id = "org6d5f461" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgd31dc4e" class = "outline-2" >
< h2 id = "orgd31dc4e" > < 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 > :voice coil:< / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org2632bb2" class = "outline-2" >
< h2 id = "org2632bb2" > < 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 > :voice coil:< / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org41c34ba" class = "outline-2" >
< h2 id = "org41c34ba" > < 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 > :voice coil:< / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org38b5601" class = "outline-2" >
< h2 id = "org38b5601" > < 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 > :voice coil:< / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org7bf8da3" class = "outline-2" >
< h2 id = "org7bf8da3" > < span class = "section-number-2" > 57< / span > < a href = "https://www.maccon.de/en/linear-motors/voice-coils.html" > Voice coils< / a > :voice coil:< / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgf155b0e" class = "outline-2" >
< h2 id = "orgf155b0e" > < 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 > :voice coil:< / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orge43b0c1" class = "outline-2" >
< h2 id = "orge43b0c1" > < span class = "section-number-2" > 59< / span > < a href = "http://www.pbasystems.com.sg/" > Linear Motor, Actuator, Servo Drive, Motion Control Products - Singapore< / a > :voice coil:< / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org00237bb" class = "outline-2" >
< h2 id = "org00237bb" > < 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 > :voice coil:< / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orga402426" class = "outline-2" >
< h2 id = "orga402426" > < 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 > :voice coil:< / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org6d2c212" class = "outline-2" >
< h2 id = "org6d2c212" > < 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 > :voice coil:< / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org5eac34e" class = "outline-2" >
< h2 id = "org5eac34e" > < span class = "section-number-2" > 63< / span > < a href = "https://www.tds-pp.com/fr/produits/technique-dentrainement/actionneurs/" > Actionneurs< / a > :voice coil:< / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org7e4f2b1" class = "outline-2" >
< h2 id = "org7e4f2b1" > < 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 > :linear stage:< / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org2ebef4b" class = "outline-2" >
< h2 id = "org2ebef4b" > < span class = "section-number-2" > 65< / span > < a href = "https://www.physikinstrumente.com/en/products/linear-stages/" > Linear Stages< / a > :linear stage:< / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org48a35ad" class = "outline-2" >
< h2 id = "org48a35ad" > < 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 > :linear stage:< / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgc408e9e" class = "outline-2" >
< h2 id = "orgc408e9e" > < 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 > :linear stage:< / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org6e806ee" class = "outline-2" >
< h2 id = "org6e806ee" > < 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 > :linear stage:< / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org57fc165" class = "outline-2" >
< h2 id = "org57fc165" > < 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 > :linear stage:< / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org9153b81" class = "outline-2" >
< h2 id = "org9153b81" > < 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 > :linear stage:< / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgbaff9b3" class = "outline-2" >
< h2 id = "orgbaff9b3" > < 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 > :linear stage:< / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org1c3690c" class = "outline-2" >
< h2 id = "org1c3690c" > < 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 > :linear stage:< / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org2a19b3d" class = "outline-2" >
< h2 id = "org2a19b3d" > < 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 > :linear stage:< / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org580aeab" class = "outline-2" >
< h2 id = "org580aeab" > < span class = "section-number-2" > 74< / span > < a href = "https://www.xeryon.com/" > Xeryon - Compact & Precise Piezo Stages< / a > :linear stage:< / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgb6f3ed2" class = "outline-2" >
< h2 id = "orgb6f3ed2" > < span class = "section-number-2" > 75< / span > < a href = "https://www.tecnotion.com/products/iron-core.html" > Iron Core motors | Tecnotion< / a > :linear stage:< / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgaa9eb85" class = "outline-2" >
< h2 id = "orgaa9eb85" > < 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 > :linear stage:< / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org834b08c" class = "outline-2" >
< h2 id = "org834b08c" > < span class = "section-number-2" > 77< / span > < a href = "http://www.hiwin.fr/fr/produits/guidage-lineaire" > HIWIN - Guidage linéaire< / a > :linear stage:< / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org173c04a" class = "outline-2" >
< h2 id = "org173c04a" > < 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 > :linear stage:< / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org516fcb7" class = "outline-2" >
< h2 id = "org516fcb7" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org25cd584" class = "outline-2" >
< h2 id = "org25cd584" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org8d30d65" class = "outline-2" >
< h2 id = "org8d30d65" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orga7ed2fa" class = "outline-2" >
< h2 id = "orga7ed2fa" > < span class = "section-number-2" > 82< / span > < a href = "https://www.motedis.fr/" > Motedis.fr - Votre boutique pour profilé aluminium et accessoires< / a > :3d-printing:shop:< / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgf1d1fb5" class = "outline-2" >
< h2 id = "orgf1d1fb5" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgd653743" class = "outline-2" >
< h2 id = "orgd653743" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org82d5755" class = "outline-2" >
< h2 id = "org82d5755" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgdfed19a" class = "outline-2" >
< h2 id = "orgdfed19a" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgb12d4cf" class = "outline-2" >
< h2 id = "orgb12d4cf" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org2cd3511" class = "outline-2" >
< h2 id = "org2cd3511" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org5cd57a4" class = "outline-2" >
< h2 id = "org5cd57a4" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orge120a54" class = "outline-2" >
< h2 id = "orge120a54" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgfd6d04b" class = "outline-2" >
< h2 id = "orgfd6d04b" > < span class = "section-number-2" > 91< / span > < a href = "http://www.nanomotion.com/" > Home - Piezoelectric Motors & Motion Systems< / a >       < span class = "tag" > < span class = "mechatronics" > mechatronics< / span >   < span class = "actuators" > actuators< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org0cdce21" class = "outline-2" >
< h2 id = "org0cdce21" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgdf51938" class = "outline-2" >
< h2 id = "orgdf51938" > < span class = "section-number-2" > 93< / span > < a href = "https://blog.aaronbieber.com/" > The Chronicle< / a > :emacs: orgmode: blog:< / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org380b3e4" class = "outline-2" >
< h2 id = "org380b3e4" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org5d4d12d" class = "outline-2" >
< h2 id = "org5d4d12d" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orga283341" class = "outline-2" >
< h2 id = "orga283341" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org3850016" class = "outline-2" >
< h2 id = "org3850016" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org3f12f53" class = "outline-2" >
< h2 id = "org3f12f53" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgc0cb50f" class = "outline-2" >
< h2 id = "orgc0cb50f" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgd95544b" class = "outline-2" >
< h2 id = "orgd95544b" > < span class = "section-number-2" > 100< / span > < a href = "https://engineeringmedia.com/" > Engineering Media< / a > : control:< / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org7a9f8fb" class = "outline-2" >
< h2 id = "org7a9f8fb" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org1fdf819" class = "outline-2" >
< h2 id = "org1fdf819" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orge4d5a2a" class = "outline-2" >
< h2 id = "orge4d5a2a" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgde5f7e0" class = "outline-2" >
< h2 id = "orgde5f7e0" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgad6dcc3" class = "outline-2" >
< h2 id = "orgad6dcc3" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org7218625" class = "outline-2" >
< h2 id = "org7218625" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org8680b0d" class = "outline-2" >
< h2 id = "org8680b0d" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgdf68346" class = "outline-2" >
< h2 id = "orgdf68346" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgf4a47a3" class = "outline-2" >
< h2 id = "orgf4a47a3" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgd3f884d" class = "outline-2" >
< h2 id = "orgd3f884d" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org232b180" class = "outline-2" >
< h2 id = "org232b180" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org5d0fc45" class = "outline-2" >
< h2 id = "org5d0fc45" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org30f9c1c" class = "outline-2" >
< h2 id = "org30f9c1c" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orga0f8e0e" class = "outline-2" >
< h2 id = "orga0f8e0e" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgbd60324" class = "outline-2" >
< h2 id = "orgbd60324" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org5fb896b" class = "outline-2" >
< h2 id = "org5fb896b" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orge70c72b" class = "outline-2" >
< h2 id = "orge70c72b" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org7f12313" class = "outline-2" >
< h2 id = "org7f12313" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orga824c19" class = "outline-2" >
< h2 id = "orga824c19" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org7825abc" class = "outline-2" >
< h2 id = "org7825abc" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org22a7fac" class = "outline-2" >
< h2 id = "org22a7fac" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgae77ffb" class = "outline-2" >
< h2 id = "orgae77ffb" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org6943569" class = "outline-2" >
< h2 id = "org6943569" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgfe547a5" class = "outline-2" >
< h2 id = "orgfe547a5" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org289aabb" class = "outline-2" >
< h2 id = "org289aabb" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgcab2b0b" class = "outline-2" >
< h2 id = "orgcab2b0b" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgeac6789" class = "outline-2" >
< h2 id = "orgeac6789" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org0e088e5" class = "outline-2" >
< h2 id = "org0e088e5" > < 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 > :orgmode: gtd:< / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org10d90b3" class = "outline-2" >
< h2 id = "org10d90b3" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgcde85a2" class = "outline-2" >
< h2 id = "orgcde85a2" > < 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 > :lecture: mooc: automatic: control:< / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org9cc5153" class = "outline-2" >
< h2 id = "org9cc5153" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org6c23fda" class = "outline-2" >
< h2 id = "org6c23fda" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org5170a67" class = "outline-2" >
< h2 id = "org5170a67" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orge9b87d4" class = "outline-2" >
< h2 id = "orge9b87d4" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orga08696d" class = "outline-2" >
< h2 id = "orga08696d" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgfdaf632" class = "outline-2" >
< h2 id = "orgfdaf632" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org6aaac4e" class = "outline-2" >
< h2 id = "org6aaac4e" > < span class = "section-number-2" > 137< / span > < a href = "http://www.eltrex-motion.com/en/product/mechanical-precision/" > Mechanical Precision | Eltrex Motion< / a > :actuators:linear stage:< / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org184453b" class = "outline-2" >
< h2 id = "org184453b" > < span class = "section-number-2" > 138< / span > < a href = "https://www.aerotech.com/" > Motion Control | Aerotech Inc.< / a > :actuators:linear stage:< / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org41d4d44" class = "outline-2" >
< h2 id = "org41d4d44" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org3c7843e" class = "outline-2" >
< h2 id = "org3c7843e" > < span class = "section-number-2" > 140< / span > < a href = "https://www.engineeringmediallc.com/" > Engineering Media LLC< / a > :automatic: control:< / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgfd144cb" class = "outline-2" >
< h2 id = "orgfd144cb" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgb0b79f4" class = "outline-2" >
< h2 id = "orgb0b79f4" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org3c0da41" class = "outline-2" >
< h2 id = "org3c0da41" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org73e0cc1" class = "outline-2" >
< h2 id = "org73e0cc1" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgd7d7354" class = "outline-2" >
< h2 id = "orgd7d7354" > < 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 = "thesis" > thesis< / span >   < span class = "research" > research< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgda45600" class = "outline-2" >
< h2 id = "orgda45600" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgfe48ee8" class = "outline-2" >
< h2 id = "orgfe48ee8" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgf04f0df" class = "outline-2" >
< h2 id = "orgf04f0df" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org3910aac" class = "outline-2" >
< h2 id = "org3910aac" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org3004a38" class = "outline-2" >
< h2 id = "org3004a38" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org5f37131" class = "outline-2" >
< h2 id = "org5f37131" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org0aaeddd" class = "outline-2" >
< h2 id = "org0aaeddd" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org93ee5bd" class = "outline-2" >
< h2 id = "org93ee5bd" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org52c9585" class = "outline-2" >
< h2 id = "org52c9585" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orga46bf61" class = "outline-2" >
< h2 id = "orga46bf61" > < 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 = "simulation" > simulation< / span >   < span class = "research" > research< / span > < / span > < / h2 >
2020-09-01 22:27:57 +02:00
< / div >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgead8637" class = "outline-2" >
< h2 id = "orgead8637" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgceaafae" class = "outline-2" >
< h2 id = "orgceaafae" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org74731b0" class = "outline-2" >
< h2 id = "org74731b0" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgfa956ab" class = "outline-2" >
< h2 id = "orgfa956ab" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org07e725e" class = "outline-2" >
< h2 id = "org07e725e" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org5ea65d1" class = "outline-2" >
< h2 id = "org5ea65d1" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgb2cac0f" class = "outline-2" >
< h2 id = "orgb2cac0f" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgbc809b7" class = "outline-2" >
< h2 id = "orgbc809b7" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-org505ed4f" class = "outline-2" >
< h2 id = "org505ed4f" > < 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 >
2020-09-16 16:00:44 +02:00
< div id = "outline-container-orgb9503a5" class = "outline-2" >
< h2 id = "orgb9503a5" > < span class = "section-number-2" > 165< / span > < a href = "https://cad.onshape.com/documents?resourceType=filter&nodeId=1" > Documents< / a > < / h2 >
< / div >
< div id = "outline-container-orgcd2b523" class = "outline-2" >
< h2 id = "orgcd2b523" > < 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 >
< / div >
< div id = "outline-container-orgad2033c" class = "outline-2" >
< h2 id = "orgad2033c" > < 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-01 22:27:57 +02:00
< / div >
< / div >
< / body >
< / html >