Education: Difference between revisions

From Meta, a Wikimedia project coordination wiki
Content deleted Content added
m rm spaces before punctuation
$ otool -L * libbar.dylib: @@HOMEBREW_PREFIX@@/opt/relocation-testing/lib/libbar.dylib (compatibility version 0.0.0, current version 0.0.0) @@HOMEBREW_PREFIX@@/opt/llvm/lib/libLLVM.dylib (compatibility version 1.0.0, current version 12.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1292.100.5) libfoo.dylib: @@HOMEBREW_PREFIX@@/opt/relocation-testing/lib/libfoo.dylib (compatibility version 0.0.0, current version 0.0.0) @@HO...
Tags: Reverted Mobile edit Mobile web edit
Line 2: Line 2:


<div style = "color: #656565; font-family: Helvetica Neue, Helvetica, arial, sans-serif; font-size: 1.5em">
<div style = "color: #656565; font-family: Helvetica Neue, Helvetica, arial, sans-serif; font-size: 1.5em">
We believe Wikipedia and its <span class="plainlinks"> [https://wikimediafoundation.org/our-work/wikimedia-projects <span style="color:#3498DB"> sister projects </span>] $ otool -L *
We believe Wikipedia and its <span class="plainlinks"> [https://wikimediafoundation.org/our-work/wikimedia-projects <span style="color:#3498DB"> sister projects </span>] [https://blog.wikimedia.org/2018/01/23/education-survey-report <span style="color:#3498DB"> belong in education</span>]. When [https://blog.wikimedia.org/2015/01/12/czech-senior-citizens-learn-to-edit <span style="color:#3498DB"> students of all ages </span>] contribute to [https://wikimediafoundation.org/wiki/Our_projects <span style="color:#3498DB">Wikimedia projects</span>] as part of their learning, they gain significant [https://en.wikipedia.org/wiki/21st_century_skills <span style="color:#3498DB"> 21st century skills</span>]. By fostering a relationship between Education and the [https://meta.wikimedia.org/wiki/Wikimedia_movement <span style="color:#3498DB"> Wikimedia movement</span>], we have the best chance to realize our goal that the sum of all knowledge will be accessible to everyone in the world for free.  </span></div>
libbar.dylib:
@@HOMEBREW_PREFIX@@/opt/relocation-testing/lib/libbar.dylib (compatibility version 0.0.0, current version 0.0.0)
@@HOMEBREW_PREFIX@@/opt/llvm/lib/libLLVM.dylib (compatibility version 1.0.0, current version 12.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1292.100.5)
libfoo.dylib:
@@HOMEBREW_PREFIX@@/opt/relocation-testing/lib/libfoo.dylib (compatibility version 0.0.0, current version 0.0.0)
@@HOMEBREW_PREFIX@@/opt/llvm/lib/libLLVM.dylib (compatibility version 1.0.0, current version 12.0.0)
@loader_path/libbar.dylib (compatibility version 0.0.0, current version 0.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1292.100.5)

$ otool -l * | rg -A2 LC_RPATH
cmd LC_RPATH
cmdsize 48
path @@HOMEBREW_PREFIX@@/opt/llvm/lib (offset 12)
--
cmd LC_RPATH
cmdsize 32
path @loader_path/ (offset 12)
--
cmd LC_RPATH
cmdsize 48
path @@HOMEBREW_PREFIX@@/opt/llvm/lib (offset 12)
--saeed788775@i
cmd LC_RPATH
cmdsize 32
path @loader_path/ (offset 12)

[https://blog.wikimedia.org/2018/01/23/education-survey-report <span style="color:#3498DB"> belong in education</span>]. When [https://blog.wikimedia.org/2015/01/12/czech-senior-citizens-learn-to-edit <span style="color:#3498DB"> students of all ages </span>] contribute to [https://wikimediafoundation.org/wiki/Our_projects <span style="color:#3498DB">Wikimedia projects</span>] as part of their learning, they gain significant [https://en.wikipedia.org/wiki/21st_century_skills <span style="color:#3498DB"> 21st century skills</span>]. By fostering a relationship between Education and the [https://meta.wikimedia.org/wiki/Wikimedia_movement <span style="color:#3498DB"> Wikimedia movement</span>], we have the best chance to realize our goal that the sum of all knowledge will be accessible to everyone in the world for free.  </span></div>
<br/>
<br/>


Line 13: Line 41:


{{ESMF}}
{{ESMF}}
</div>
</div>$ otool -L *
libbar.dylib:
@@HOMEBREW_PREFIX@@/opt/relocation-testing/lib/libbar.dylib (compatibility version 0.0.0, current version 0.0.0)
@@HOMEBREW_PREFIX@@/opt/llvm/lib/libLLVM.dylib (compatibility version 1.0.0, current version 12.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1292.100.5)
libfoo.dylib:
@@HOMEBREW_PREFIX@@/opt/relocation-testing/lib/libfoo.dylib (compatibility version 0.0.0, current version 0.0.0)
@@HOMEBREW_PREFIX@@/opt/llvm/lib/libLLVM.dylib (compatibility version 1.0.0, current version 12.0.0)
@loader_path/libbar.dylib (compatibility version 0.0.0, current version 0.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1292.100.5)

$ otool -l * | rg -A2 LC_RPATH
cmd LC_RPATH
cmdsize 48
path @@HOMEBREW_PREFIX@@/opt/llvm/lib (offset 12)
--
cmd LC_RPATH
cmdsize 32
path @loader_path/ (offset 12)
--
cmd LC_RPATH
cmdsize 48
path @@HOMEBREW_PREFIX@@/opt/llvm/lib (offset 12)
--
cmd LC_RPATH
cmdsize 32
path @loader_path/ (offset 12)

Revision as of 10:31, 6 October 2021

We believe Wikipedia and its sister projects $ otool -L * libbar.dylib:

       @@HOMEBREW_PREFIX@@/opt/relocation-testing/lib/libbar.dylib (compatibility version 0.0.0, current version 0.0.0)
       @@HOMEBREW_PREFIX@@/opt/llvm/lib/libLLVM.dylib (compatibility version 1.0.0, current version 12.0.0)
       /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1292.100.5)

libfoo.dylib:

       @@HOMEBREW_PREFIX@@/opt/relocation-testing/lib/libfoo.dylib (compatibility version 0.0.0, current version 0.0.0)
       @@HOMEBREW_PREFIX@@/opt/llvm/lib/libLLVM.dylib (compatibility version 1.0.0, current version 12.0.0)
       @loader_path/libbar.dylib (compatibility version 0.0.0, current version 0.0.0)
       /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1292.100.5)

$ otool -l * | rg -A2 LC_RPATH

         cmd LC_RPATH
     cmdsize 48
        path @@HOMEBREW_PREFIX@@/opt/llvm/lib (offset 12)

--

         cmd LC_RPATH
     cmdsize 32
        path @loader_path/ (offset 12)

--

         cmd LC_RPATH
     cmdsize 48
        path @@HOMEBREW_PREFIX@@/opt/llvm/lib (offset 12)

--saeed788775@i

         cmd LC_RPATH
     cmdsize 32
        path @loader_path/ (offset 12)
belong in education. When students of all ages contribute to Wikimedia projects as part of their learning, they gain significant 21st century skills. By fostering a relationship between Education and the Wikimedia movement, we have the best chance to realize our goal that the sum of all knowledge will be accessible to everyone in the world for free.  


Join the education mailing list and connect with our community of Wikimedians and educators.
Subscribe to the education newsletter and see how we are transforming education together.


  • Facebook
  • Twitter
  • YouTube
  • Telegram

$ otool -L *

libbar.dylib:

       @@HOMEBREW_PREFIX@@/opt/relocation-testing/lib/libbar.dylib (compatibility version 0.0.0, current version 0.0.0)
       @@HOMEBREW_PREFIX@@/opt/llvm/lib/libLLVM.dylib (compatibility version 1.0.0, current version 12.0.0)
       /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1292.100.5)

libfoo.dylib:

       @@HOMEBREW_PREFIX@@/opt/relocation-testing/lib/libfoo.dylib (compatibility version 0.0.0, current version 0.0.0)
       @@HOMEBREW_PREFIX@@/opt/llvm/lib/libLLVM.dylib (compatibility version 1.0.0, current version 12.0.0)
       @loader_path/libbar.dylib (compatibility version 0.0.0, current version 0.0.0)
       /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1292.100.5)

$ otool -l * | rg -A2 LC_RPATH

         cmd LC_RPATH
     cmdsize 48
        path @@HOMEBREW_PREFIX@@/opt/llvm/lib (offset 12)

--

         cmd LC_RPATH
     cmdsize 32
        path @loader_path/ (offset 12)

--

         cmd LC_RPATH
     cmdsize 48
        path @@HOMEBREW_PREFIX@@/opt/llvm/lib (offset 12)

--

         cmd LC_RPATH
     cmdsize 32
        path @loader_path/ (offset 12)