Jumat, 29 September 2023

HTML ASCII Codes

Dowload free HTML Ascii Codes pdf, consist of:

  • 7-BIT Printable ASCII Characters
  • 7-BIT ASCII Device Control Characters
  • HTML Entity Codes 0 - 127

      Download Link:

      HTML_ASCII_Codes_ebook ( Academia edu )

      Rabu, 27 September 2023

      Paragraph Alignment Using CSS Style And HTML Attribute

      Write Left Paragraph Alignment Using CSS

      <div style="display:block; float:left; text-align: left; clear: both;
      width: 100%; size: 100%">Hello World</div>

      Write Center Paragraph Alignment Using CSS

      <div style="display:block; float:left; text-align: center; clear: both;
      width: 100%; size: 100%">Hello World</div>

      Write Right Paragraph Alignment Using CSS

      <div style="display:block; float:right; text-align: right; clear: both;
      width: 100%; size: 100%">Hello World</div>

      Write Left Paragraph Alignment Attributes 1

      <p align="left">Hello World</p>

      Write Center Paragraph Alignment Using Attributes 1

      <p align="center">Hello World</p>

      Write Right Paragraph Alignment Attributes 1

      <p align="right">Hello World</p>

      Write Left Paragraph Alignment Attributes 2

      <p style="text-align: left">Hello World</p>

      Write Center Paragraph Alignment Using Attributes 2

      <p style="text-align: center">Hello World</p>

      Write Right Paragraph Alignment Attributes 2

      <p style="text-align: right">Hello World</p>


      back to Learn HTML

      center horizontally, text alignment, stylesheet

      Related Post:

      Pelajaran Matematika Kelas 3 SMA 1

      Di bawah ini adalah pelajaran matematika kelas 3 SMA atau SMA kelas XII atau SMA kelas 12:

      Pelajaran Matematika Integral

      Pelajaran Matematika Pengertian Integral

      Pelajaran Matematika Integral Tak Tentu

      Pelajaran Matematika Integral Tertentu

      Pelajaran Matematika Pengintegralan Dengan Substitusi

      Pelajaran Matematika Integral Parsial

      Pelajaran Matematika Penggunaan Integral Tertentu

      Pelajaran Matematika Program Linear

      Pelajaran Matematika Sistem Pertidaksamaan Linear

      Pelajaran Matematika Nilai Optimum Suatu Fungsi Objektif

      Pelajaran Matematika Matriks

      Pelajaran Matematika Pengertian, Notasi, Dan Ordo Matriks

      Pelajaran Matematika Kesamaan Dua Matriks

      Pelajaran Matematika Penjumlahan Dan Pengurangan Matriks

      Pelajaran Matematika Perkalian Suatu Skalar Dengan Matriks

      Pelajaran Matematika Perkalian Matriks

      Pelajaran Matematika Invers Suatu Matriks

      Pelajaran Matematika Penyelesaian Sistem Persamaan Linear Dengan Matriks

      Pelajaran Matematika Barisan Dan Deret

      Pelajaran Matematika Barisan Dan Deret Aritmetika

      Pelajaran Matematika Barisan Dan Deret Geometri

      Pelajaran Matematika Penerapan Konsep Barisan Dan Deret

      Pelajaran Matematika Notasi Sigma

      Pelajaran Matematika Deret Dalam Hitung Keuangan

      mtk sma kelas 3, mapel mtk

      Related Post:

      Pelajaran Matematika Kelas 1 SD

      Belajar Matematika Kelas 6

      Pelajaran Matematika Kelas 7 SMP

      Daftar Isi Kelas 07 SMP Matematika Siswa 2017

      Daftar Isi Pelajaran Matematika SMA

      Pelajaran Matematika SMA

      Pelajaran Dengan Topik Matematika

      Belajar Fisika SMA

      Pelajaran Dengan Topik IPA

      Istilah-istilah matematika dalam bahasa inggris

      Simbol Matematika

      Bidang Datar 1

      Selasa, 26 September 2023

      Path In Visual Basic 1

      Give you the current exe path.

      Programming Language: Visual Basic 6

      App.Path


      Give you the Microsoft Office Software Path Installed.

      Programming Language: Microsoft Office Visual Basic Application

      Application.Path


      Give You The Document Path.

      Programming Language: Microsoft Office Visual Basic Application

      ActivePresentation.Path

      ActiveWorkbook.Path

      ActiveDocument.Path

      path, location, address, folder, directory

      Bibliography:

      Mastering VBA for Microsoft Office

      https://stackoverflow.com/

      Related Post:

      Senin, 25 September 2023

      ADODB Properties 1

      ActiveConnection property using on these following objects:

      ADODB.Command, ADODB.Record, ADODB.Recordset

      Open method using on these following objects:

      ADODB.Connection, ADODB.Record, ADODB.Recordset, ADODB.Stream

      Bibliography:

      https://www.vbforums.com/

      Practical Database Programming with Visual Basic.NET

      Pemrograman Database Dengan Visual Basic 6

      ado, database, visual basic, programming, coding

      Related Post

      Object Diagram ( UML )

      Notation used in Object Diagram:

      Object Names: It is same as the class name in class diagram but with the object name attribute are also assigned.

      Object Attributes: Use cases describe the relationship between the system and the actor during the execution of business processes.

      Active object: Objects that control action flow are called active objects. Illustrate these objects with a thicker border.

      Multiplicity: We can represent multiple objects as one symbol if the attributes of the individual objects are not important.

      Links: Links are instances of associations. We can draw a link using the lines used in class diagrams.

      Jumat, 22 September 2023

      ADO Object Model

      ADO Objects:

      Connection, Command, Recordset, Record, Stream, Field, Error, Parameter, Property

      ADO Collections:

      Errors, Properties, Parameters, Fields

      Bibliography:

      • https://stackoverflow.com/
      • https://en.wikibooks.org/wiki/Main_Page
      • Learning Visual Basic .NET: Introducing the Language, .NET Programming & Object Oriented Software Development, Jesse Liberty
      • Visual Basic. Net Fundamentals, Alfred C. Thompson, CreateSpace Independent Publishing Platform.
      • Visual Basic .NET and the .NET Platform: An Advanced Guide, Troelsen, A, Apress
      • Buku Pintar VB.Net, Jubilee Enterprise, Elex Media Komputindo
      • Buku Panduan Aplikatif Dan Solusi: Membangun Aplikasi Toko Dengan VB, Wahana Komputer, Andi

      Line Break And Paragraph In Latex

      This following symbol are line break, paragraph, and vertical white space or vertical blank spaces command in Latex:

      Inserts a vertical spaces whose length is 5mm. Other LATEX units can be used with this command: \vspace{5mm}

      Inserts a blank space that will stretch accordingly to fill the vertical space available: \vfill

      Adds a 3pt space plus or minus 1pt depending on other factors (document type, available space, etc): \smallskip.

      Adds a 6pt space plus or minus 2pt depending on other factors (document type, available space, etc): \medskip.

      Adds a 12pt space plus or minus 4pt depending on other factors (document type, available space, etc): \bigskip.

      Add a break lines is to create a new paragraph: an empty line in the code.

      Or you can add a break lines to create a new paragraph: \par.

      Add a line break:

      \\ (two backslashes)

      or

      \newline

      or

      \hfill \break

      Breaks the line at the point of the command and additionally prohibits a page break after the forced line break: \\* (two backslashes and an asterisk).

      Paragraph Alignment

      • flushleft environments is align left.

      example:

      \begin{flushleft}

      % \LaTex{} \LaTex{} \LaTex{}

      \end{flushleft}


      • flushright environments

      example:

      \begin{flushright}

      % \LaTex{} \LaTex{} \LaTex{}

      \end{flushright}


      • center environments

      example:

      \begin{center}

      % \LaTex{} \LaTex{} \LaTex{}

      \end{center}

      Paragraph Indentation

      example:

      \setlength{\parindent}{20pt}

      \section*{This is a section}

      \textbf{First paragraph} of a section which, as you can see, is not indented. This is more text in the paragraph. This is more text in the paragraph.

      \textbf{Second paragraph}. As you can see it is indented. This is more text in the paragraph. This is more text in the paragraph. 

      \noindent\textbf{Third paragraph}. This too is not indented due to use of \texttt{\string\noindent}. This is more text in the paragraph. This is more text in the paragraph.  The current value of \verb|\parindent| is \the\parindent. This is more text in the paragraph.

      Notes on indentation-related commands

      Paragraph indentation is controlled or influenced by these commands:
      • \parindent: a parameter which stores the current size of the paragraph indent.
      • \indent: the effect of this command depends where it is used:
        • in a horizontal mode (inside a paragraph or an \hbox) or math mode it inserts a space (an empty box) of width \setlength{\parindent}{20pt}.
        • in a vertical mode (between paragraphs or in a \vbox) it triggers the start a new indented paragraph.
      • \noindent: the effect of this command also depends where it is used:
        • in a vertical mode (between paragraphs or in a \vbox) it also triggers a new non-indented paragraph.
        • in a horizontal mode (inside a paragraph or an \hbox) or math mode it has no effect: it is ignored.
      • at the beginning of the paragraph. Obviously, this will only have an effect when \parindent is not set to zero. If you want to indent the beginning of every section, you can use the indentfirst package: once loaded, the beginning of any chapter/section is indented by the usual paragraph indentation.


      click to full tutorial about Line Break And Paragraph In Latex ( Tutorial ) 1  >

      latex document formatting, latex of text mode environments, latex environments, latex break, line break, paragraph break, breaks

      Related Post:

      Whitespace In Latex

      Bentuk Aljabar 1 Dalam Bentuk Latex

      Line Break In Equation Using Latex

      Whitespace In Latex



      The following symbol are white spaces command in Latex:

      Horizontal space: \quad

      Large horizontal space: \qquad

      Small space: \,

      Medium space: \:

      Large space: \;

      Negative space: \!

      Space (after backslash is a whitespace):

      Horizontal space Inserts a horizontal space whose length is 1em: \hspace{1em}

      Inserts a blank space that will stretch accordingly to fill the space available: \hfill

      Insert a horizontal ruler: \hrulefill

      Insert a string of dots, respectively: \dotfill


      << Back to Learn About Latex List 1


      Related Post:

      Line Break And Paragraph In Latex

      Bentuk Aljabar 1 Dalam Bentuk Latex

      Kamis, 21 September 2023

      Latex Line Symbol 1

       Use 

      $\bar{a}$ gives me the overbar for one letter.

      $\overleftrightarrow{AB}$ gives me the line segment with left and right arrow.

      $\overline{AB}$ gives me the line segment symbol.

      $\overrightarrow{AB}$ gives me the ray symbol with right arrow.

      $\overleftarrow{AB}$ gives me the ray symbol with left arrow. 

      with the mathtools or amsmath packages.

      Bibliography:

      • https://stackoverflow.com/
      • https://www.overleaf.com/
      • https://en.wikibooks.org/wiki/Main_Page
      • https://ashki23.github.io/index.html
      • https://editor.codecogs.com/

      Toolbar Of The Visual Basic 6 IDE

      Button List On The Toolbar Of The Visual Basic 6 Integrated Development Environment:

      • Add Standard EXE Project
      • Add Form
      • Menu Editor
      • Open Project
      • Save Project
      • Cut
      • Copy
      • Paste
      • Find
      • Undo
      • Redo
      • Start
      • Break
      • End
      • Project Explorer
      • Properties Window
      • Form Layout Window
      • Object Browser
      • Toolbox
      • Data View Window
      • Visual Component Manager

      « back to Visual Basic 6 IDE

      Related Post:

      Microsoft Visual Basic 6 Data Binding Object

      Topic about Visual Basic 6 ( VB 6 )

      Visual Basic (VB6) CRUD with Ms Access Database Code 

      Visual Basic Variable Keywords 1

      Error Handling In Visual Basic 

      Most Common Chr Code In Visual Basic  ( reference )

      Default Value Of Data Types In Visual Basic 6

      Visual Basic Intrinsic Controls

       Visual Basic 6 Data Type Function

      Visual Basic Error Codes ( reference )

      Visual Basic 6 Menu

      PHP Requirements 

      Label Control Properties In Visual Basic 6

      Label Control Properties In VB 6:

      Name

      Alignment

      Appearance

      Auto Size

      Back Color

      Back Style

      Border Style

      Caption

      Data Field

      Data Format

      Data Member

      Data Source

      Drag Icon

      Drag Mode

      Enabled

      Font

      Fore Color

      Height

      Index

      Left

      Link Item

      Link Mode

      Link Timeout

      Link Topic

      Mouse Icon

      Mouse Pointer

      OLE Drop Mode

      Right To Left

      Tab Index

      Tag

      Top

      Tool Tip Text

      Use Mnemonic

      Visible

      Whats This Help ID

      Width

      Word Wrap


      <  Previous: Visual Basic Intrinsic Controls

      < Back to: Visual Basic Programming Tasks

      Related Post:

      Microsoft Visual Basic 6 Data Binding Object

      Topic about Visual Basic 6 ( VB 6 )

      Visual Basic (VB6) CRUD with Ms Access Database Code 

      Visual Basic Variable Keywords 1

      Error Handling In Visual Basic 

      Most Common Chr Code In Visual Basic 

      Default Value Of Data Types In Visual Basic 6

      Visual Basic Intrinsic Controls

       Visual Basic 6 Data Type Function

      Visual Basic Error Codes 

      Visual Basic 6 Menu

      Post About Visual Basic

      PHP Requirements 

      Math Symbol 3

      The following list are math symbols :
      Math Symbol Unicode Description
      1D453 function or Mathematical Italic Small F
      2A09 times or multiply or N-ARY TIMES OPERATOR
      222B Integral
      2211 Sigma or Sum or N-ARY SUMMATION
      2140 Sigma or Sum or DOUBLE-STRUCK N-ARY SUMMATION
      2219 BULLET OPERATOR
      22C5 DOT OPERATOR
      2217 ASTERISK OPERATOR
      2044 FRACTION SLASH
      2215 DIVISION SLASH
      221A SQUARE ROOT
      2220 ANGLE

      Operator, Notation, Unicode Character and Math Symbol

      Simbol Matematika, Operator, Notasi, Karakter Unicode

      Bibliography:

      • https://www.penwatch.net/
      • https://www.calculators.org/
      • https://support.microsoft.com/

      Simbol Matematika 2

      Berikut ini operator, lambang dan simbol matematika:

      adalah lambang integral.

      f(x) adalah lambang fungsi.

      𝑓 adalah lambang fungsi.

      adalah lambang sigma / N-ARY SUMMATION / DOUBLE-STRUCK N-ARY SUMMATION .

      atau  adalah lambang perkalian / BULLET OPERATOR / DOT OPERATOR.

      adalah lambang pengurangan / MINUS SIGN.

      Operator, Notation, Unicode Character and Math Symbol

      Simbol Matematika, Operator, Notasi, Karakter Unicode

      Bibliography:

      https://symbl.cc/en/

      https://math.typeit.org/

      Related Post

      Simbol Matematika

      Math Symbol 2

      Math Symbol 1

      Deployment Diagram ( UML )

      Deployment Diagram Notation:

      Nodes

      The nodes in the diagrams are appear as boxes and the artifacts are allocated to each node appears as rectangular box in all the nodes. Notes can have sub notes, which appears as nested nodes.

      There are two types of node in deployment diagrams:

      • Device Node
      • Execution Environment Node 
      Unified Modelling Language ( UML ), UML symbol

      Jenis Segitiga

      Segitiga

      Jenis-jenis Segitiga Ditinjau dari Panjang Sisinya

      • Segitiga yang ketiga ukuran sisinya sama panjang disebut segitiga sama sisi.
      • Segitiga yang dua ukuran sisinya sama panjang disebut segitiga sama kaki.
      • Segitiga yang panjang sisi-sisinya tidak sama panjang disebut segitiga sebarang.

      Jenis-jenis Segitiga Ditinjau dari Ukuran Sudutnya

      • Segitiga yang ukuran salah satu sudutnya 900 disebut segitiga siku-siku.
      • Segitiga yang salah satu ukuran sudutnya tumpul disebut segitiga tumpul.
      • Segitiga yang ketiga ukuran sudutnya lancip disebut segitiga lancip.

      Jenis-jenis Segitiga Berdasarkan Sifat-sifatnya

      • Suatu segitiga yang ukuran salah satu sudutnya 900 dan dua sisinya sama panjang disebut segitiga siku-siku samakaki.
      • Suatu segitiga yang salah satu sudutnya tumpul dan panjang kedua sisinya sama disebut segitiga tumpul samakaki.
      • Suatu segitiga yang salah satu sudutnya lancip dan panjang kedua sisinya sama disebut segitiga lancip samakaki.

      Bibliography:

      https://www.ef.co.id/
      https://lister.co.id/

      Related Post:

      Dua Segitiga Kongruen


      Istilah-istilah matematika dalam bahasa inggris 1

      Rabu, 20 September 2023

      Check C++ Installation

      Check that your C++ compiler and C++ tools are correctly installed and available, open a new Command Prompt and type:

      gcc --version

      g++ --version

      gdb --version

      press Enter on keyboard.

      Bibliography:

      • https://www.w3schools.com/
      • https://www.learncpp.com/
      • https://cplusplus.com/
      • https://www.petanikode.com/

      Related Topics:

      Senin, 18 September 2023

      Markdown Headers

      Markdown Headings ( Heading level 1 to 6 ).

      # This is an <h1> tag

      ## This is an <h2> tag

      ### This is an <h3> tag

      #### This is an <h4> tag

      ##### This is an <h5> tag

      ###### This is an <h6> tag

      will become like this following Markdown result:

      This is an <h1> tag

      This is an <h2> tag

      This is an <h3> tag

      This is an <h4> tag

      This is an <h5> tag
      This is an <h6> tag

      lightweight markup syntax, lightweight markup document, lightweight markup language


      Related Post:

      Latex Text Mode Symbol

      Collaboration Diagram ( UML )

      Collaboration Diagram Notation

      Class roles:

      It describe the basic behavior of the object. It uses the UML (Unified Modelling Language) object symbol to illustrate class roles, but it don’t list the object attribute.

      Association roles:

      It describe that how an association will behave given a particular situation.

      Message:

      By the use of message it denote time and instead message in order of execution. 

      Class Diagram ( UML )

      Class Diagram Notation


      Class
      Relationship
      Inheritance
      Aggregation
      Composition

      Activity Diagram ( UML )

      Diagram Notation

      Action: It is represented as rounded rectangles.

      Decision or Condition: It is represented as Diamond shape.

      Initial state: A black circle which represent the start of the workflow.

      Final State: A black circle inside a white circle which represent the final point of the workflow.

      A flow: Line with arrow.

      Swimlanes: Two parallel lines, either horizontal or vertical, and a name labeling the partition in a box at one end represent an activity partition or activity group.

      Unified Modelling Language ( UML ), UML symbol, program design, software design, application design

      Related Post:

      Senin, 11 September 2023

      Check LaTeX Version 1

      Checking the version of LaTeX on Microsoft Windows. ( using MikTex distribution ).

      1. Open Command Line
      2. Type: tex --version and then press Enter.
      3. Command Line will display the LaTeX version.

      Related Post:

      Minggu, 10 September 2023

      Latex Text Mode Symbol

      \# to write number sign

      \$ to write dollar sign

      \% to write percentage

      \& to write ampersand

      \[ to write left opening square bracket

      \] to write right opening square bracket

      \_ to write underscore

      \{ to write left opening curly bracket

      \} to write right closing curly bracket

      \textemdash to write em dash

      \textendash to write en dash

      \textnormal{(} to write left opening parenthesis

      \textnormal{)} to write left closing parenthesis

      \textnormal{^} to write caret

      \textnormal{~} to write tilde

      \verb!\! or \textbackslash to write backslash

      hashmark, hashtag, verbatim, brace, reference, reference list, reference sheet

      Sabtu, 09 September 2023

      Kerja Sama Negara Anggota ASEAN

      Tujuan kerja sama bidang sosial dan budaya antarnegara-negara ASEAN adalah 

      agar tercipta kerukunan dan kemajuan bersama.

      Kerja sama bidang sosial dan budaya ASEAN dilaksanakan oleh 

      COSD (Comittee on Social Development).

      Bentuk Kerja Sama Negara-Negara Anggota ASEAN Di Dalam Bidang Sosial Adalah Sebagai Berikut:

      • Meningkatkan kesejahteraan sosial dan pembangunan negara-negara ASEAN, misalnya perluasan kesempatan kerja, serta pembayaran (upah) yang wajar, membantu kaum wanita dan pemuda dalam usaha-usaha pembangunan, ASA (Association of Southeast Asia) untuk mendorong pembangunan kawasan di Asia Tenggara, ASEAN Ministers Meeting on Social Welfare and Development (AMMSDW). Kerja sama ASEAN di bidang sosial ini sangat mengutamakan kesejahteraan sosial salah satu bentuk kerja samanya adalah ASEAN Ministers Meeting on Social Welfare and Development (AMMSDW). Pertemuan ini merupakan pertemuan tingkat menteri.
      • Penanggulangan bencana, misalnya memberikan penanganan darurat ketika terjadi bencana tsunami di Indonesia, ASEAN Agreement on Disaster Management and Emergency Response (AADMER). Bencana alam memang sulit untuk diprediksi, sehingga dibutuhkan suatu pencegahan. Selain itu, setelah bencana alam terjadi juga dibutuhkan bantuan agar masyarakat bisa kembali melakukan aktivitas seperti biasa. Kerja sama ASEAN di bidang sosial ada yang namanya ASEAN Agreement on Disaster Management and Emergency Response (AADMER). Dengan kerja sama itu, setiap anggota ASEAN bisa saling membantu terutama pada saat bencana alam terjadi.
      • Meningkatkan kualitas sarana kesehatan negara-negara ASEAN, misalnya makanan dan obat-obatan dengan membangun dan memelihara lokasi produksi (dan pendistribusian) kebutuhan medis dan makanan, pengembangan dan perawatan sumber daya manusia sebagai objek tenaga yang melayani (tenaga kesehatan) dengan program peningkatan dan pemeliharaan institusi pendidikan di bidang kesehatan.
      • Meningkatkan perlindungan sosial kepada seluruh penduduk negara-negara ASEAN, misalnya ASEAN Ministerial Meeting on Rural Development and Poverty Eradication (AMMRDPE). Pada bentuk kerja sama ASEAN AMMRDPE merupakan pertemuan tingkat menteri antara anggota ASEAN yang membahas pembangunan pedesaan dan pengentasan kemiskinan, ASEAN Conference on Civil Service Matters (ACCSM). Bidang ekonomi akan selalu berkaitan dengan pegawai, sehingga untuk menyejahterakan pegeawai yang ada dalam lingkup ASEAN, maka dibentuklah konferensi ACCSM.

      Bentuk Kerja Sama Negara-Negara Anggota ASEAN Di Dalam Bidang Budaya Adalah Sebagai Berikut:

      • Pertukaran budaya dan seni, misalnya festival film ASEAN Film dan Penghargaan Festival Internasional ASEAN (ASEAN Internastional Festival Film and Award). ASEAN juga memiliki penghargaan untuk film, sehingga film-film dari anggota ASEAN bisa dikenal oleh masyarakat ASEAN lainnya. Berkat adanya festival ini, maka perfilman pada negara-negara ASEAN bisa terus mengalami kemajuan.
      • Penandatanganan kesepakatan bersama di bidang pariwisata, misalnya ASEAN (ASEAN Tourism Agreement atau ATA).
      • Kerja sama di bidang olahraga, misalnya penyelenggaraan pesta olahraga dua tahun sekali (SEA Games).
      • Pekan Budaya ASEAN (ASEAN Cultural Week). Dengan adanya pekan budaya ASEAN, maka akan banyak sekali masyarakat ASEAN yang mengetahui kebudayaan dari setiap negara ASEAN. Kegiatan ini biasanya dilakukan secara bergantian oleh para anggota ASEAN dan biasanya dilakukan dalam beberapa hari atau minggu.
      • Pertunjukan Kesenian ASEAN (ASEAN Best Performing Arts). Pada pertunjukkan kesenian ASEAN ini, kita akan melihat berbagai macam kesenian yang dimiliki oleh setiap anggota ASEAN. Berkat adanya kegiatan ini, maka bisa dibilang kalau kesenian dari anggota ASEAN sedang dipromosikan ke masyarakat dunia.
      • Pameran Budaya ASEAN (ASEAN Cultural Show and Exhibition). Seperti dengan namanya, maka dalam acara ini akan ada banyak sekali kebudayaan ASEAN yang akan dipamerkan untuk diperkenalkan ke masyarakat dunia.

      Bentuk Kerja Sama Negara-Negara Anggota ASEAN Di Dalam Bidang Pendidikan Adalah Sebagai Berikut:

      • Pertukaran pelajar. Program pertukaran pelajar dilakukan oleh para negara anggota ASEAN. Indonesia sendiri telah memiliki program pertukaran pelajar dengan Malaysia, Singapura, Kamboja, dan Laos. Tak hanya melakukan pertukaran pelajar, para pelajar pun diberi fasilitas beasiswa. Contohnya, ASEAN Scholarships for Indonesia dari Pemerintah Singapura.
      • Program magang. Indonesia memiliki program magang mahasiswa dengan Thailand. Salah satunya pernah terjadi untuk program magang mahasiswa dari Universitas Slamet Riyadi di Solo, Jawa Tengah.
      • Pengiriman tenaga pengajar. Indonesia dan Brunei Darussalam pernah menginisiasi program pengiriman tenaga pengajar dari Tanah Air. Selain itu, Indonesia dan Kamboja juga pernah mengadakan program pertukaran dosen untuk perguruan tinggi antar-kedua negara.
      • Pelatihan guru. Program pelatihan guru pernah didirikan oleh Indonesia dan Vietnam. Tak hanya melatih para guru, kedua negara juga saling berbagi soal materi belajar dan cara mengelola sekolah-sekolah di negara masing-masing.
      • Pembangunan fasilitas pendidikan. Indonesia pernah memfasilitasi berdirinya Madrasah Al Munawarah di Davao, Filipina. Selain itu, Indonesia juga membangun dua sekolah di Desa La Ma Chae dan Desa Thet Kay Pyia Ywar Ma di Myanmar.
      • Pendirian komunitas sosial. Para negara anggota ASEAN membentuk komunitas sosial bernama ASEAN Socio-Cultural Community (ASCC). 
      • Komunitas ini bergerak di bidang seni budaya, informasi, pendidikan, pengembangan desa, dan pengentasan kemiskinan. Komunitas ini memberikan kegiatan konkret berupa Kongres Pemuda ASEAN dan pertukaran pelajar serta budaya antarnegara.
      • Advokasi bagi anak-anak putus sekolah. Berdasarkan situs resmi ASEAN, organisasi ini juga memberikan advokasi untuk menjangkau anak-anak dan remaja yang putus sekolah. Selain itu, advokasi juga diberikan agar pemerintah di masing-masing negara fokus menyediakan sekolah yang aman dan tangguh untuk para pelajar.

      Bibliography:

      https://mediaindonesia.com/;Joan Imanuella Hanna Pangemanan
      https://setnasasean.id/
      https://stikesyarsi-pontianak.ac.id/;stikesyarsi
      https://www.cnnindonesia.com/;Tim
      https://www.gramedia.com/;Rosyda
      https://www.kompas.com/;Arum Sutrisni Putri