FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ml4code.github.io/_includes/head.html at source · ml4code/ml4code.github.io · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
ml4code
/
ml4code.github.io
Public
Notifications
You must be signed in to change notification settings
Fork
86
Star
296
Code
Issues
2
Pull requests
2
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
ml4code.github.io
/
_includes
/
head.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
45 lines (38 loc) · 1.9 KB
Breadcrumbs
ml4code.github.io
/
_includes
/
head.html
Copy path
File metadata and controls
45 lines (38 loc) · 1.9 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<
head
>
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<
script
async
src
="
https://www.googletagmanager.com/gtag/js?id=UA-107339008-1
"
>
</
script
>
<
script
>
window
.
dataLayer
=
window
.
dataLayer
||
[
]
;
function
gtag
(
)
{
dataLayer
.
push
(
arguments
)
}
;
gtag
(
'js'
,
new
Date
(
)
)
;
gtag
(
'config'
,
'UA-107339008-1'
)
;
</
script
>
<
link
href
="
http://gmpg.org/xfn/11
"
rel
="
profile
"
>
<
meta
http-equiv
="
X-UA-Compatible
"
content
="
IE=edge
"
>
<
meta
http-equiv
="
content-type
"
content
="
text/html; charset=utf-8
"
>
<
meta
name
="
keywords
"
content
="
machine learning, source code, big code, naturalness, software engineering, programming languages
"
>
<
title
>
{% if page.title == "Home" %}
{{ site.title }} · {{ site.tagline }}
{% else %}
{{ page.title }} · {{ site.title }}
{% endif %}
</
title
>
<!-- Enable responsiveness on mobile devices-->
<
meta
name
="
viewport
"
content
="
width=device-width, initial-scale=1.0, maximum-scale=1
"
>
<!-- CSS -->
<
link
rel
="
stylesheet
"
href
="
{{ site.baseurl }}/public/css/poole.css
"
>
<
link
rel
="
stylesheet
"
href
="
{{ site.baseurl }}/public/css/syntax.css
"
>
<
link
rel
="
stylesheet
"
href
="
{{ site.baseurl }}/public/css/hyde.css
"
>
<
link
rel
="
stylesheet
"
href
="
https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface
"
>
<!-- Icons -->
<
link
rel
="
shortcut icon
"
href
="
/public/favicon.svg
"
>
<
link
rel
="
search
"
href
="
/public/opensearchdescription.xml
"
type
="
application/opensearchdescription+xml
"
title
="
ML4Code
"
/>
<
script
src
="
https://code.jquery.com/jquery-3.2.1.min.js
"
integrity
="
sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=
"
crossorigin
="
anonymous
"
>
</
script
>
<
link
rel
="
stylesheet
"
type
="
text/css
"
href
="
//cdn.datatables.net/1.10.16/css/jquery.dataTables.min.css
"
>
<
script
type
="
text/javascript
"
charset
="
utf8
"
src
="
//cdn.datatables.net/1.10.16/js/jquery.dataTables.min.js
"
>
</
script
>
</
head
>
Back
|
FazBrowse Home
|
New Git URL