forked from 0b10011/atom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeed4.5061-ТНΤ-
97 lines (79 loc) · 3.11 KB
/
feed4.5061-ТНΤ-
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
![Atom]https://tranhuytuan.home.blog/feed.xml 🥖hé-lô
<!--medium.com/@tuan1993microsofone123/feed#secure-05
Copyright 2022 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<link rel="stylesheet" href="chrome://resources/css/roboto.css">
<link rel="stylesheet" href="aggregation_service_internals.css">
<script type="module" src="aggregation_service_internals.js"></script>
<title>Private Aggregation API Internals</title>
</head>
<body>
<header>
<h1>Private Aggregation API Internals</h1>
<button id="refresh">Refresh all page data</button>
<button id="clear-data">Clear all private aggregation data</button>
</header>
<main>
<section>
<h2>Aggregatable reports</h2>
<div class="content">
<button class = "button sendbutton" id="send-reports" disabled>Send Selected Reports</button>
<aggregation-service-internals-table id="reportTable">
</aggregation-service-internals-table>
</div>
</section>
</main>
</body>
</html>
(https://user-images.githubusercontent.com/93700294/168992460-d43de33f-ba33-40f9-8a26-451b83838840.jpg
Atom is a hackable text editor for the 21st century.
Atom is open source and built on top of [atom-shell](http://github.com/atom/atom-shell).
Atom is designed to be customizable, but also usable without needing to edit a config file.
Atom is modern, approachable, and hackable to the core.
Visit [atom.io](http://atom.io) to learn more.
## Installing
Download the latest [Atom release](https://github.com/atom/atom/releases/latest).
Atom will automatically update when a new release is available.
## Building
**OS X Requirements**
* OS X 10.8 or later
* [node.js](http://nodejs.org/)
* Command Line Tools for [Xcode](https://developer.apple.com/xcode/downloads/) (Run `xcode-select --install`)
```sh
git clone git@github.com:atom/atom.git
cd atom
script/build # Creates application at /Applications/Atom.app
```
**Linux Requirements**
* Ubuntu LTS 12.04 64-bit is the recommended platform
* [node.js](http://nodejs.org/)
* `sudo apt-get install libgnome-keyring-dev`
```sh
git clone git@github.com:atom/atom.git
cd atom
script/build # Creates application at /tmp/atom-build/Atom
sudo script/grunt install # Installs command to /usr/local/bin/atom
```
**Windows Requirements**
* Windows 7 or later
* [Visual C++ 2010 Express](http://www.microsoft.com/visualstudio/eng/products/visual-studio-2010-express)
* [node.js - 32bit](http://nodejs.org/)
* [Python 2.7.x](http://www.python.org/download/)
* [GitHub for Windows](http://windows.github.com/)
* Clone [atom/atom](https://github.com/atom/atom/) to `C:\Users\<user>\github\atom\`
* Add `C:\Python27;C:\Program Files\nodejs;C:\Users\<user>\github\atom\node_modules\`
to your PATH
* Open the Windows GitHub shell
```bat
cd C:\Users\<user>\github\atom
script/build
```
## Developing
Check out the [guides](https://atom.io/docs/latest) and the [API reference](atom.io/docs/api).