Frame Buster Buster... Need buster code

Suppose you don't want other websites< iframe >Build your site: <iframe src="http://example.org"></iframe> Therefore, you will anti frame, frame damage JavaScript Insert into all your pages: /* break us out of any containing iframes */ if (top != self) { top.location.replace ...

Posted by spiceydog on Sun, 02 Feb 2020 22:22:15 -0800

Install R's machine learning GUI tool rattle package

This is a good tool for R to play machine learning. Install the rattle() package &gt; install.packages("rattle") &gt; library(rattle) Rattle: A free graphical interface for data science with R. XXXX 5.3.0 Copyright (c) 2006-2018 Togaware Pty Ltd. //Type 'rattle()' to flick, wiggle, and tumble your data. Rattler, you're too naughty Ru ...

Posted by grga on Sun, 02 Feb 2020 03:01:36 -0800

R language advanced notes

Reference book: ggplot2: data analysis and graphic art A statistical graph is a mapping from data to the graphical attributes (aesthetic attributes, abbreviated as aes, including color, shape, size, etc.) of geom etric objects. In addition, the graph may also contain statistical transformation (abbre ...

Posted by clairian on Sat, 01 Feb 2020 22:45:02 -0800

Java single application - Architecture Mode - 03. Design mode - 19. Memo mode

Original address: http://www.work100.net/training/monolithic-architecture-design-patterns-memento-pattern.html More tutorials: Beam cloud - free course Memo mode Serial number Chapter in text video 1 Summary 2 Realization Please refer to the navigation above for reading 1. overview Memo ...

Posted by Jenling on Fri, 31 Jan 2020 23:02:46 -0800

Simple Music Player Main Interface Design -.NET CORE(C#) WPF Development

>WeChat Public Number: Dotnet9 , Website: Dotnet9 , questions or suggestions: Please leave a message on the website, If it helps you: Welcome Appreciation. Simple Music Player Main Interface Design -.NET CORE(C#) WPF Development Reading Navigation Background of this article code implementation Reference for this article Source code 1. Ba ...

Posted by Justin98TransAm on Fri, 31 Jan 2020 17:32:02 -0800

modal mode of react router 4. X

From 2.8.x to 4.x, it's a hard journey. There are not many online materials, so many things can only be chewed. Translate the key examples on the official website once, so that you can understand them well and improve your translation level. Before the program routing, there were frequent hops. On the one hand, the customer ex ...

Posted by rokchik on Fri, 31 Jan 2020 04:24:57 -0800

C language playing airplane games

C language to achieve a simple small game of playing airplane Compiling environment: vs2019 Demand: In the same plane, control the three directions of artillery firing, launch shells in blank space, enemy and friendly aircraft will fly in the sky at random all the time, one point will be added for ene ...

Posted by Scarum on Fri, 31 Jan 2020 02:35:51 -0800

TensorRT/samples/common/common.h source code study

TensorRT/samples/common/common.h source code study Preface common.h multiline macro \_\_FILE\_\_,\_\_LINE__,\_\_func\_\_ inline function list initialization lambda expression EXIT_FAILURE assert(function1() && "xxx") PGM file reinterpret_cast Reference link Preface common.h defines the ...

Posted by Thikho on Thu, 30 Jan 2020 08:02:14 -0800

Come on, Wuhan! Crawling Baidu migration map data

Recently, in order to build a model to predict the spread of the virus, we need to crawl the data on Baidu's migration, and write here 1, Find the law First of all, we open http://qianxi.baidu.com/, and randomly query the information of a city, such as Beijing 29: You can find the data here. Let's lo ...

Posted by heckenschutze on Thu, 30 Jan 2020 07:49:47 -0800

Conversion of txt novel to mobi novel by using kindlegen (C + + implementation)

I always like to read novels on the kindle. The kindle doesn't hurt my eyes. It can also help control the time of playing mobile phones. But it's a headache to read the online novels in the format of txt on the kindle. Such novels have no catalogue on the kindle, and they are very long. So I always wanted to add a catalog. So there is this arti ...

Posted by Link on Thu, 30 Jan 2020 06:25:38 -0800