Search:

Found 2495 videos

How to insert a tracking code from the outside with Greasemonkey by Matomo
04:58

How to insert a tracking code from the outside with Greasemonkey

Matomo   |   16 views   |   2019-09-05

In this video we are explaining how to insert some JavaScript tracking code when you do not have access to the source code of your client. This is really useful in order to prepare a meeting or show to one of your client that the tracking you are ...

Use Rust in iOS Apps by Dodgy Coding
55:31

Use Rust in iOS Apps

Dodgy Coding   |   39 views   |   2019-09-05

A tutorial to create a new Rust library, compile it as a static library for iOS, and use it in an Xcode project. We then automate a convenient development workflow and explore some of the data types and callbacks that you can use to communicate be...

Authenticity and Usability - Pawel Krawczyk - IDM 2018 by Main kravietz channel
16:03

Authenticity and Usability - Pawel Krawczyk - IDM 2018

Main kravietz channel   |   19 views   |   2019-09-04

Users are critical part of every authentication scheme, and usability must be treated with just the same respect as cryptographic best practices. Slides are available here https://www.slideshare.net/kravietz/authenticity-and-usability Raw M...

How digital analytics trackers are working? by Matomo
15:20

How digital analytics trackers are working?

Matomo   |   20 views   |   2019-09-04

In this video we are explaining how digital analytics trackers are working such as PHP, HTML and JavaScript trackers. This video is really important as it really explains how the data are collected during the HTTP request and then sent to the dat...

Fraizilla, the big and hungry openhardware CNC by Chaine de Chantierlibre
02:05

Fraizilla, the big and hungry openhardware CNC

Chaine de Chantierlibre   |   5 views   |   2019-08-30

This is a short description of our openhardware CNC Fraizilla. If you want us to publish all the files (freecad 3D files and building instructions) of this CNC, you can support our crowdfunding campaign: zeste.coop/en/explore-the-projects/detail...

Crawl a website with Scrapy and get valuable SEO data by Main ronan channel
05:53

Crawl a website with Scrapy and get valuable SEO data

Main ronan channel   |   30 views   |   2019-08-29

In this video we are showing how to extract some valuable SEO data and how you can crawl many URLs thanks to the LinkExtractor module. The idea was to show how to create a spider as Screaming Frog... even if ours is of course far less advanced.

Receiving your 3D object by Main ronan channel
03:26

Receiving your 3D object

Main ronan channel   |   4 views   |   2019-08-28

In this video, we are simply showing the final result of the 3D printed object.

A simple example to browse URLs in Scrapy by Main ronan channel
06:28

A simple example to browse URLs in Scrapy

Main ronan channel   |   7 views   |   2019-08-25

In this video we are showing a simple example of how to browse/scrape multiple URLs in Scrapy. Those are just basic examples, nothing fancy.

xpath and css selectors in Scrapy by Main ronan channel
08:57

xpath and css selectors in Scrapy

Main ronan channel   |   1 views   |   2019-08-25

In this video we will see what are xpath and css selectors and see how to use them within Scrapy.

Discover the Scrapy shell by Main ronan channel
03:34

Discover the Scrapy shell

Main ronan channel   |   2 views   |   2019-08-25

The Schell of Scrapy avoids you to lose some time in finding the right combination for your scripts. You will save a lot of time and will know straight away if the right data will be extracted.

First steps with Scrapy for SEO by Main ronan channel
11:54

First steps with Scrapy for SEO

Main ronan channel   |   3 views   |   2019-08-24

In this video we are showing the first steps when using Scrapy for the first time. Like creating a project, your first spider and then running it on a web page in order to extract a title and get a CSV out of it. Nothing fancy but we will provide...

How to import Google Analytics data into Matomo? by Matomo
13:37

How to import Google Analytics data into Matomo?

Matomo   |   29 views   |   2019-08-24

In this video we are explaining how to import Google Analytics data into Matomo Analytics. Very useful if you have been asked to delete your Google Analytics account. You can always keep your data somewhere and continue on Matomo.

Type erasure in Rust/C FFI — structs, generics, trait objects by Dodgy Coding
21:20

Type erasure in Rust/C FFI — structs, generics, trait objects

Dodgy Coding   |   22 views   |   2019-08-18

Exploring how to create data structures that are owned by C and pass pointers back to Rust to operate on them. This is easy for a basic struct but when you introduce generics or traits, things get interesting. Content warning: inadvisable C code.

How to print your 3D objects? by Main ronan channel
05:40

How to print your 3D objects?

Main ronan channel   |   2 views   |   2019-08-08

In this example we are just showing the differences in terms of prices and options of some online 3D printing companies and why we made those choices.

How to install and use Fritzing by Fritzing
06:58

How to install and use Fritzing

Fritzing   |   7 views   |   2019-08-08

In this video we are explaining how to install and use Fritzing in order to create the plans of your IOT project.

Punking Punkbuster. by Main 44con channel
40:17

Punking Punkbuster.

Main 44con channel   |   11 views   |   2019-08-06

Punking Punkbuster presented by Isaac Dawson at 44CON 2013 in London This presentation will cover the methods and process used while trying to understand how PunkBuster works. From writing custom tools, to coming up with novel ways of overcomin...

Security Lessons from Dictators by Main 44con channel
33:26

Security Lessons from Dictators

Main 44con channel   |   12 views   |   2019-08-06

Security Lessons from Dictators presented by Jerry Gamblin at 44CON 2013 in London. What do the Grand Ayatollah Seyyed Ali Hosseini Khamenei, Kim Jong-un, Julius Caesar, Abraham Lincoln, Napoleon Bonaparte and Adolph Hitler have to do with netw...

A talk about (info-sec) talks. by Main 44con channel
45:30

A talk about (info-sec) talks.

Main 44con channel   |   1 views   |   2019-08-06

A talk about (info-sec) talks presented by Haroon Meer at 44CON 2013. Last year there was an Information Security conference taking place for almost every day of the year. This translates to about 15 information security talks per day, every da...

Modern Post-Exploitation Strategies by Main 44con channel
01:06:40

Modern Post-Exploitation Strategies

Main 44con channel   |   11 views   |   2019-08-06

Modern Post-Exploitation Strategies. Rich Smith at 44CON 2012 in London.

Creating a motion detector with Arduino NodeMCU ESP by Arduino
07:30

Creating a motion detector with Arduino NodeMCU ESP

Arduino   |   3 views   |   2019-08-06

In this video, we will see how to create a motion detector with an Arduino Nodemcu ESP. This is a simple example it does not show yet how to send the data through the internet.

A short introduction to Blender to design a simple 3D object by Blender
06:40

A short introduction to Blender to design a simple 3D object

Blender   |   3 views   |   2019-08-06

In this video, we are simply showing what is Blender and how it can be used in order to create 3D object and generate a file to go to a 3D printing company. This video shows how to play with the properties of the cube provided by default in Blender.